Color Hex Logo

#cfdd8b Color Hex

#CFDD8B
(207,221,139)
0 Favorites   0 Comments

Color spaces of #cfdd8b

RGB 207221139
HSL0.200.550.71
HSV70°37°87°
CMYK 0.060.000.37   0.13
XYZ56.248866.842434.3633
Yxy66.84240.35720.4245
Hunter Lab81.7572-20.267432.3099
CIE-Lab85.4243-17.387438.7015

#cfdd8b color RGB value is (207,221,139).

#cfdd8b hex color red value is 207, green value is 221 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cfdd8b hue: 0.20 , saturation: 0.55 and the lightness value of cfdd8b is 0.71.

The process color (four color CMYK) of #cfdd8b color hex is 0.06, 0.00, 0.37, 0.13. Web safe color of #cfdd8b is #cccc99. Color #cfdd8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 10001011
Octal 317 335 213
Decimal 207 221 139
Hex CF DD 8B

RGB Percentages of Color #cfdd8b

%36.51
%38.98
%24.51

CMYK Percentages of Color #cfdd8b

%6
%0
%37
%13

Triadic Colors of #cfdd8b

#cfdd8b #8bcfdd #dd8bcf

Analogous Colors of #cfdd8b

#cfdd8b #a6dd8b #ddc28b

Monochromatic Colors of #cfdd8b

#cfdd8b

Complementary Color

#cfdd8b #998bdd

#cfdd8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd8b Color CSS Codes

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

#cfdd8b Text Font Color

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

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


#cfdd8b Background Color

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

This div background color is #cfdd8b


#cfdd8b Border Color

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

This div border color is #cfdd8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd8b


Comments

No comments written yet.

Please login to write comment.