Color Hex Logo

#cef9cc Color Hex

#CEF9CC
(206,249,204)
0 Favorites   0 Comments

Color spaces of #cef9cc

RGB 206249204
HSL0.330.790.89
HSV117°18°98°
CMYK 0.170.000.18   0.02
XYZ70.228485.232869.8769
Yxy85.23280.31170.3782
Hunter Lab92.3216-25.779119.7494
CIE-Lab93.9833-22.042217.1137

#cef9cc color RGB value is (206,249,204).

#cef9cc hex color red value is 206, green value is 249 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cef9cc hue: 0.33 , saturation: 0.79 and the lightness value of cef9cc is 0.89.

The process color (four color CMYK) of #cef9cc color hex is 0.17, 0.00, 0.18, 0.02. Web safe color of #cef9cc is #ccffcc. Color #cef9cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 11001100
Octal 316 371 314
Decimal 206 249 204
Hex CE F9 CC

RGB Percentages of Color #cef9cc

%31.26
%37.78
%30.96

CMYK Percentages of Color #cef9cc

%17
%0
%18
%2

Triadic Colors of #cef9cc

#cef9cc #cccef9 #f9ccce

Analogous Colors of #cef9cc

#cef9cc #ccf9e1 #e5f9cc

Monochromatic Colors of #cef9cc

#cef9cc

Complementary Color

#cef9cc #f7ccf9

#cef9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef9cc Color CSS Codes

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

#cef9cc Text Font Color

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

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


#cef9cc Background Color

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

This div background color is #cef9cc


#cef9cc Border Color

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

This div border color is #cef9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef9cc


Comments

No comments written yet.

Please login to write comment.