Color Hex Logo

#cfdd5b Color Hex

#CFDD5B
(207,221,91)
0 Favorites   0 Comments

Color spaces of #cfdd5b

RGB 20722191
HSL0.180.660.61
HSV66°59°87°
CMYK 0.060.000.59   0.13
XYZ53.476965.733619.7669
Yxy65.73360.38480.4730
Hunter Lab81.0763-24.147142.2981
CIE-Lab84.8603-21.968660.6512

#cfdd5b color RGB value is (207,221,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 01011011
Octal 317 335 133
Decimal 207 221 91
Hex CF DD 5B

RGB Percentages of Color #cfdd5b

%39.88
%42.58
%17.53

CMYK Percentages of Color #cfdd5b

%6
%0
%59
%13

Triadic Colors of #cfdd5b

#cfdd5b #5bcfdd #dd5bcf

Analogous Colors of #cfdd5b

#cfdd5b #8edd5b #ddaa5b

Monochromatic Colors of #cfdd5b

#cfdd5b

Complementary Color

#cfdd5b #695bdd

#cfdd5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd5b Color CSS Codes

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

#cfdd5b Text Font Color

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

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


#cfdd5b Background Color

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

This div background color is #cfdd5b


#cfdd5b Border Color

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

This div border color is #cfdd5b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,221,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 #cfdd5b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd5b


Comments

No comments written yet.

Please login to write comment.