Color Hex Logo

#cef1cc Color Hex

#CEF1CC
(206,241,204)
0 Favorites   0 Comments

Color spaces of #cef1cc

RGB 206241204
HSL0.320.570.87
HSV117°15°95°
CMYK 0.150.000.15   0.05
XYZ67.808080.392069.0701
Yxy80.39200.31210.3700
Hunter Lab89.6616-21.914317.0895
CIE-Lab91.8605-18.145614.1201

#cef1cc color RGB value is (206,241,204).

#cef1cc hex color red value is 206, green value is 241 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cef1cc hue: 0.32 , saturation: 0.57 and the lightness value of cef1cc is 0.87.

The process color (four color CMYK) of #cef1cc color hex is 0.15, 0.00, 0.15, 0.05. Web safe color of #cef1cc is #ccffcc. Color #cef1cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110001 11001100
Octal 316 361 314
Decimal 206 241 204
Hex CE F1 CC

RGB Percentages of Color #cef1cc

%31.64
%37.02
%31.34

CMYK Percentages of Color #cef1cc

%15
%0
%15
%5

Triadic Colors of #cef1cc

#cef1cc #cccef1 #f1ccce

Analogous Colors of #cef1cc

#cef1cc #ccf1dd #e1f1cc

Monochromatic Colors of #cef1cc

#cef1cc

Complementary Color

#cef1cc #efccf1

#cef1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef1cc Color CSS Codes

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

#cef1cc Text Font Color

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

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


#cef1cc Background Color

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

This div background color is #cef1cc


#cef1cc Border Color

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

This div border color is #cef1cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,241,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef1cc


Comments

No comments written yet.

Please login to write comment.