Color Hex Logo

#cfdf5b Color Hex

#CFDF5B
(207,223,91)
0 Favorites   0 Comments

Color spaces of #cfdf5b

RGB 20722391
HSL0.190.670.62
HSV67°59°87°
CMYK 0.070.000.59   0.13
XYZ54.008166.796119.9439
Yxy66.79610.38370.4746
Hunter Lab81.7289-25.069142.7420
CIE-Lab85.4009-22.936261.2461

#cfdf5b color RGB value is (207,223,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011111 01011011
Octal 317 337 133
Decimal 207 223 91
Hex CF DF 5B

RGB Percentages of Color #cfdf5b

%39.73
%42.80
%17.47

CMYK Percentages of Color #cfdf5b

%7
%0
%59
%13

Triadic Colors of #cfdf5b

#cfdf5b #5bcfdf #df5bcf

Analogous Colors of #cfdf5b

#cfdf5b #8ddf5b #dfad5b

Monochromatic Colors of #cfdf5b

#cfdf5b

Complementary Color

#cfdf5b #6b5bdf

#cfdf5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdf5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdf5b Color CSS Codes

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

#cfdf5b Text Font Color

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

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


#cfdf5b Background Color

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

This div background color is #cfdf5b


#cfdf5b Border Color

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

This div border color is #cfdf5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdf5b


Comments

No comments written yet.

Please login to write comment.