Color Hex Logo

#cfdd19 Color Hex

#CFDD19
(207,221,25)
0 Favorites   0 Comments

Color spaces of #cfdd19

RGB 20722125
HSL0.180.800.48
HSV64°89°87°
CMYK 0.060.000.89   0.13
XYZ51.764065.048510.7471
Yxy65.04850.40580.5099
Hunter Lab80.6527-26.578348.5564
CIE-Lab84.5087-24.908080.8622

#cfdd19 color RGB value is (207,221,25).

#cfdd19 hex color red value is 207, green value is 221 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #cfdd19 hue: 0.18 , saturation: 0.80 and the lightness value of cfdd19 is 0.48.

The process color (four color CMYK) of #cfdd19 color hex is 0.06, 0.00, 0.89, 0.13. Web safe color of #cfdd19 is #cccc00. Color #cfdd19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 00011001
Octal 317 335 31
Decimal 207 221 25
Hex CF DD 19

RGB Percentages of Color #cfdd19

%45.70
%48.79
%5.52

CMYK Percentages of Color #cfdd19

%6
%0
%89
%13

Triadic Colors of #cfdd19

#cfdd19 #19cfdd #dd19cf

Analogous Colors of #cfdd19

#cfdd19 #6ddd19 #dd8919

Monochromatic Colors of #cfdd19

#cfdd19

Complementary Color

#cfdd19 #2719dd

#cfdd19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd19 Color CSS Codes

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

#cfdd19 Text Font Color

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

This sample text font color is #cfdd19
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.


#cfdd19 Background Color

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

This div background color is #cfdd19


#cfdd19 Border Color

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

This div border color is #cfdd19


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,221,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfdd19; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfdd19;
  -webkit-box-shadow: 1px 1px 3px 2px #cfdd19;
  box-shadow:         1px 1px 3px 2px #cfdd19; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,221,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd19


Comments

No comments written yet.

Please login to write comment.