Color Hex Logo

#cfe0ab Color Hex

#CFE0AB
(207,224,171)
0 Favorites   0 Comments

Color spaces of #cfe0ab

RGB 207224171
HSL0.220.460.77
HSV79°24°88°
CMYK 0.080.000.24   0.12
XYZ59.738569.517048.7976
Yxy69.51700.33550.3904
Hunter Lab83.3769-18.016423.6634
CIE-Lab86.7594-14.634624.1181

#cfe0ab color RGB value is (207,224,171).

#cfe0ab hex color red value is 207, green value is 224 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cfe0ab hue: 0.22 , saturation: 0.46 and the lightness value of cfe0ab is 0.77.

The process color (four color CMYK) of #cfe0ab color hex is 0.08, 0.00, 0.24, 0.12. Web safe color of #cfe0ab is #cccc99. Color #cfe0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100000 10101011
Octal 317 340 253
Decimal 207 224 171
Hex CF E0 AB

RGB Percentages of Color #cfe0ab

%34.39
%37.21
%28.41

CMYK Percentages of Color #cfe0ab

%8
%0
%24
%12

Triadic Colors of #cfe0ab

#cfe0ab #abcfe0 #e0abcf

Analogous Colors of #cfe0ab

#cfe0ab #b5e0ab #e0d7ab

Monochromatic Colors of #cfe0ab

#cfe0ab

Complementary Color

#cfe0ab #bcabe0

#cfe0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe0ab Color CSS Codes

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

#cfe0ab Text Font Color

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

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


#cfe0ab Background Color

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

This div background color is #cfe0ab


#cfe0ab Border Color

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

This div border color is #cfe0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe0ab


Comments

No comments written yet.

Please login to write comment.