Color Hex Logo

#cfe1ab Color Hex

#CFE1AB
(207,225,171)
2 Favorites   0 Comments

Color spaces of #cfe1ab

RGB 207225171
HSL0.220.470.78
HSV80°24°88°
CMYK 0.080.000.24   0.12
XYZ60.008070.056148.8875
Yxy70.05610.33530.3915
Hunter Lab83.6995-18.499423.9594
CIE-Lab87.0244-15.133524.4810

#cfe1ab color RGB value is (207,225,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 10101011
Octal 317 341 253
Decimal 207 225 171
Hex CF E1 AB

RGB Percentages of Color #cfe1ab

%34.33
%37.31
%28.36

CMYK Percentages of Color #cfe1ab

%8
%0
%24
%12

Triadic Colors of #cfe1ab

#cfe1ab #abcfe1 #e1abcf

Analogous Colors of #cfe1ab

#cfe1ab #b4e1ab #e1d8ab

Monochromatic Colors of #cfe1ab

#cfe1ab

Complementary Color

#cfe1ab #bdabe1

#cfe1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe1ab Color CSS Codes

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

#cfe1ab Text Font Color

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

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


#cfe1ab Background Color

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

This div background color is #cfe1ab


#cfe1ab Border Color

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

This div border color is #cfe1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe1ab


Comments

No comments written yet.

Please login to write comment.