Color Hex Logo

#cef9dc Color Hex

#CEF9DC
(206,249,220)
0 Favorites   0 Comments

Color spaces of #cef9dc

RGB 206249220
HSL0.390.780.89
HSV140°17°98°
CMYK 0.170.000.12   0.02
XYZ72.247586.040580.5098
Yxy86.04050.30250.3603
Hunter Lab92.7580-23.296213.4696
CIE-Lab94.3297-19.24389.3704

#cef9dc color RGB value is (206,249,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 11011100
Octal 316 371 334
Decimal 206 249 220
Hex CE F9 DC

RGB Percentages of Color #cef9dc

%30.52
%36.89
%32.59

CMYK Percentages of Color #cef9dc

%17
%0
%12
%2

Triadic Colors of #cef9dc

#cef9dc #dccef9 #f9dcce

Analogous Colors of #cef9dc

#cef9dc #cef9f2 #d6f9ce

Monochromatic Colors of #cef9dc

#cef9dc

Complementary Color

#cef9dc #f9ceeb

#cef9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef9dc Color CSS Codes

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

#cef9dc Text Font Color

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

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


#cef9dc Background Color

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

This div background color is #cef9dc


#cef9dc Border Color

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

This div border color is #cef9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef9dc


Comments

No comments written yet.

Please login to write comment.