Color Hex Logo

#cef1d8 Color Hex

#CEF1D8
(206,241,216)
0 Favorites   0 Comments

Color spaces of #cef1d8

RGB 206241216
HSL0.380.560.88
HSV137°15°95°
CMYK 0.150.000.10   0.05
XYZ69.303680.990376.9457
Yxy80.99030.30500.3564
Hunter Lab89.9946-20.030212.3031
CIE-Lab92.1274-16.03528.2824

#cef1d8 color RGB value is (206,241,216).

#cef1d8 hex color red value is 206, green value is 241 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #cef1d8 hue: 0.38 , saturation: 0.56 and the lightness value of cef1d8 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110001 11011000
Octal 316 361 330
Decimal 206 241 216
Hex CE F1 D8

RGB Percentages of Color #cef1d8

%31.07
%36.35
%32.58

CMYK Percentages of Color #cef1d8

%15
%0
%10
%5

Triadic Colors of #cef1d8

#cef1d8 #d8cef1 #f1d8ce

Analogous Colors of #cef1d8

#cef1d8 #cef1ea #d6f1ce

Monochromatic Colors of #cef1d8

#cef1d8

Complementary Color

#cef1d8 #f1cee7

#cef1d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef1d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef1d8 Color CSS Codes

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

#cef1d8 Text Font Color

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

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


#cef1d8 Background Color

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

This div background color is #cef1d8


#cef1d8 Border Color

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

This div border color is #cef1d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef1d8


Comments

No comments written yet.

Please login to write comment.