Color Hex Logo

#cfeeac Color Hex

#CFEEAC
(207,238,172)
0 Favorites   0 Comments

Color spaces of #cfeeac

RGB 207238172
HSL0.240.660.80
HSV88°28°93°
CMYK 0.130.000.28   0.07
XYZ63.753177.393050.6079
Yxy77.39300.33250.4036
Hunter Lab87.9733-24.596627.4739
CIE-Lab90.5022-21.380228.7014

#cfeeac color RGB value is (207,238,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 10101100
Octal 317 356 254
Decimal 207 238 172
Hex CF EE AC

RGB Percentages of Color #cfeeac

%33.55
%38.57
%27.88

CMYK Percentages of Color #cfeeac

%13
%0
%28
%7

Triadic Colors of #cfeeac

#cfeeac #accfee #eeaccf

Analogous Colors of #cfeeac

#cfeeac #aeeeac #eeecac

Monochromatic Colors of #cfeeac

#cfeeac

Complementary Color

#cfeeac #cbacee

#cfeeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeeac Color CSS Codes

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

#cfeeac Text Font Color

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

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


#cfeeac Background Color

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

This div background color is #cfeeac


#cfeeac Border Color

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

This div border color is #cfeeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeeac


Comments

No comments written yet.

Please login to write comment.