Color Hex Logo

#cfdf1c Color Hex

#CFDF1C
(207,223,28)
0 Favorites   0 Comments

Color spaces of #cfdf1c

RGB 20722328
HSL0.180.780.49
HSV65°87°87°
CMYK 0.070.000.87   0.13
XYZ52.329466.124611.1039
Yxy66.12460.40390.5104
Hunter Lab81.3170-27.435948.8258
CIE-Lab85.0599-25.802780.8008

#cfdf1c color RGB value is (207,223,28).

#cfdf1c hex color red value is 207, green value is 223 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cfdf1c hue: 0.18 , saturation: 0.78 and the lightness value of cfdf1c is 0.49.

The process color (four color CMYK) of #cfdf1c color hex is 0.07, 0.00, 0.87, 0.13. Web safe color of #cfdf1c is #cccc33. Color #cfdf1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011111 00011100
Octal 317 337 34
Decimal 207 223 28
Hex CF DF 1C

RGB Percentages of Color #cfdf1c

%45.20
%48.69
%6.11

CMYK Percentages of Color #cfdf1c

%7
%0
%87
%13

Triadic Colors of #cfdf1c

#cfdf1c #1ccfdf #df1ccf

Analogous Colors of #cfdf1c

#cfdf1c #6edf1c #df8e1c

Monochromatic Colors of #cfdf1c

#cfdf1c

Complementary Color

#cfdf1c #2c1cdf

#cfdf1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdf1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdf1c Color CSS Codes

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

#cfdf1c Text Font Color

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

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


#cfdf1c Background Color

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

This div background color is #cfdf1c


#cfdf1c Border Color

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

This div border color is #cfdf1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdf1c


Comments

No comments written yet.

Please login to write comment.