Color Hex Logo

#cef6ac Color Hex

#CEF6AC
(206,246,172)
0 Favorites   0 Comments

Color spaces of #cef6ac

RGB 206246172
HSL0.260.800.82
HSV92°30°96°
CMYK 0.160.000.30   0.04
XYZ65.855882.011951.3886
Yxy82.01190.33050.4116
Hunter Lab90.5604-28.675029.7481
CIE-Lab92.5801-25.576931.4914

#cef6ac color RGB value is (206,246,172).

#cef6ac hex color red value is 206, green value is 246 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cef6ac hue: 0.26 , saturation: 0.80 and the lightness value of cef6ac is 0.82.

The process color (four color CMYK) of #cef6ac color hex is 0.16, 0.00, 0.30, 0.04. Web safe color of #cef6ac is #ccff99. Color #cef6ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110110 10101100
Octal 316 366 254
Decimal 206 246 172
Hex CE F6 AC

RGB Percentages of Color #cef6ac

%33.01
%39.42
%27.56

CMYK Percentages of Color #cef6ac

%16
%0
%30
%4

Triadic Colors of #cef6ac

#cef6ac #accef6 #f6acce

Analogous Colors of #cef6ac

#cef6ac #acf6af #f3f6ac

Monochromatic Colors of #cef6ac

#cef6ac

Complementary Color

#cef6ac #d4acf6

#cef6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef6ac Color CSS Codes

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

#cef6ac Text Font Color

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

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


#cef6ac Background Color

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

This div background color is #cef6ac


#cef6ac Border Color

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

This div border color is #cef6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef6ac


Comments

No comments written yet.

Please login to write comment.