Color Hex Logo

#cef0ac Color Hex

#CEF0AC
(206,240,172)
0 Favorites   0 Comments

Color spaces of #cef0ac

RGB 206240172
HSL0.250.690.81
HSV90°28°94°
CMYK 0.140.000.28   0.06
XYZ64.060178.420550.7901
Yxy78.42050.33150.4058
Hunter Lab88.5553-25.846727.9835
CIE-Lab90.9714-22.701429.3248

#cef0ac color RGB value is (206,240,172).

#cef0ac hex color red value is 206, green value is 240 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cef0ac hue: 0.25 , saturation: 0.69 and the lightness value of cef0ac is 0.81.

The process color (four color CMYK) of #cef0ac color hex is 0.14, 0.00, 0.28, 0.06. Web safe color of #cef0ac is #ccff99. Color #cef0ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110000 10101100
Octal 316 360 254
Decimal 206 240 172
Hex CE F0 AC

RGB Percentages of Color #cef0ac

%33.33
%38.83
%27.83

CMYK Percentages of Color #cef0ac

%14
%0
%28
%6

Triadic Colors of #cef0ac

#cef0ac #accef0 #f0acce

Analogous Colors of #cef0ac

#cef0ac #acf0ac #f0f0ac

Monochromatic Colors of #cef0ac

#cef0ac

Complementary Color

#cef0ac #ceacf0

#cef0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef0ac Color CSS Codes

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

#cef0ac Text Font Color

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

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


#cef0ac Background Color

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

This div background color is #cef0ac


#cef0ac Border Color

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

This div border color is #cef0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef0ac


Comments

No comments written yet.

Please login to write comment.