Color Hex Logo

#cfdf5f Color Hex

#CFDF5F
(207,223,95)
0 Favorites   0 Comments

Color spaces of #cfdf5f

RGB 20722395
HSL0.190.670.62
HSV68°57°87°
CMYK 0.070.000.57   0.13
XYZ54.185466.867020.8772
Yxy66.86700.38180.4711
Hunter Lab81.7722-24.820542.1033
CIE-Lab85.4367-22.638159.5631

#cfdf5f color RGB value is (207,223,95).

#cfdf5f hex color red value is 207, green value is 223 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cfdf5f hue: 0.19 , saturation: 0.67 and the lightness value of cfdf5f is 0.62.

The process color (four color CMYK) of #cfdf5f color hex is 0.07, 0.00, 0.57, 0.13. Web safe color of #cfdf5f is #cccc66. Color #cfdf5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011111 01011111
Octal 317 337 137
Decimal 207 223 95
Hex CF DF 5F

RGB Percentages of Color #cfdf5f

%39.43
%42.48
%18.10

CMYK Percentages of Color #cfdf5f

%7
%0
%57
%13

Triadic Colors of #cfdf5f

#cfdf5f #5fcfdf #df5fcf

Analogous Colors of #cfdf5f

#cfdf5f #8fdf5f #dfaf5f

Monochromatic Colors of #cfdf5f

#cfdf5f

Complementary Color

#cfdf5f #6f5fdf

#cfdf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdf5f Color CSS Codes

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

#cfdf5f Text Font Color

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

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


#cfdf5f Background Color

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

This div background color is #cfdf5f


#cfdf5f Border Color

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

This div border color is #cfdf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdf5f


Comments

No comments written yet.

Please login to write comment.