Color Hex Logo

#cdf921 Color Hex

#CDF921
(205,249,33)
0 Favorites   0 Comments

Color spaces of #cdf921

RGB 20524933
HSL0.200.950.55
HSV72°87°98°
CMYK 0.180.000.87   0.02
XYZ59.327080.840313.9157
Yxy80.84030.38500.5247
Hunter Lab89.9112-39.563353.7615
CIE-Lab92.0606-38.470185.5691

#cdf921 color RGB value is (205,249,33).

#cdf921 hex color red value is 205, green value is 249 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cdf921 hue: 0.20 , saturation: 0.95 and the lightness value of cdf921 is 0.55.

The process color (four color CMYK) of #cdf921 color hex is 0.18, 0.00, 0.87, 0.02. Web safe color of #cdf921 is #ccff33. Color #cdf921 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 00100001
Octal 315 371 41
Decimal 205 249 33
Hex CD F9 21

RGB Percentages of Color #cdf921

%42.09
%51.13
%6.78

CMYK Percentages of Color #cdf921

%18
%0
%87
%2

Triadic Colors of #cdf921

#cdf921 #21cdf9 #f921cd

Analogous Colors of #cdf921

#cdf921 #61f921 #f9b921

Monochromatic Colors of #cdf921

#cdf921

Complementary Color

#cdf921 #4d21f9

#cdf921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf921 Color CSS Codes

.mybgcolor {background-color:#cdf921; } 
.myforecolor {color:#cdf921; }
.mybordercolor {border:3px solid #cdf921; }

#cdf921 Text Font Color

<p style="color:#cdf921">Text here</p>

This sample text font color is #cdf921
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cdf921 Background Color

<div style="background-color:#cdf921">
Div content here</div>

This div background color is #cdf921


#cdf921 Border Color

<div style="border:3px solid #cdf921">
Div here</div>

This div border color is #cdf921


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,249,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdf921; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdf921;
  -webkit-box-shadow: 1px 1px 3px 2px #cdf921;
  box-shadow:         1px 1px 3px 2px #cdf921; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,249,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cdf921">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cdf921;
  -webkit-box-shadow: 1px 1px 3px 2px #cdf921;
  box-shadow:         1px 1px 3px 2px #cdf921;">
Div content here</div>

This div box has shadow with color #cdf921

Related Colors


Comments

No comments written yet.

Please login to write comment.