Color Hex Logo

#cfecab Color Hex

#CFECAB
(207,236,171)
0 Favorites   0 Comments

Color spaces of #cfecab

RGB 207236171
HSL0.240.630.80
HSV87°28°93°
CMYK 0.120.000.28   0.07
XYZ63.078376.196649.9109
Yxy76.19660.33340.4028
Hunter Lab87.2907-23.770327.2027
CIE-Lab89.9505-20.552128.4648

#cfecab color RGB value is (207,236,171).

#cfecab hex color red value is 207, green value is 236 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cfecab hue: 0.24 , saturation: 0.63 and the lightness value of cfecab is 0.80.

The process color (four color CMYK) of #cfecab color hex is 0.12, 0.00, 0.28, 0.07. Web safe color of #cfecab is #ccff99. Color #cfecab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101100 10101011
Octal 317 354 253
Decimal 207 236 171
Hex CF EC AB

RGB Percentages of Color #cfecab

%33.71
%38.44
%27.85

CMYK Percentages of Color #cfecab

%12
%0
%28
%7

Triadic Colors of #cfecab

#cfecab #abcfec #ecabcf

Analogous Colors of #cfecab

#cfecab #afecab #ece9ab

Monochromatic Colors of #cfecab

#cfecab

Complementary Color

#cfecab #c8abec

#cfecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfecab Color CSS Codes

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

#cfecab Text Font Color

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

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


#cfecab Background Color

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

This div background color is #cfecab


#cfecab Border Color

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

This div border color is #cfecab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfecab


Comments

No comments written yet.

Please login to write comment.