Color Hex Logo

#cee6d8 Color Hex

#CEE6D8
(206,230,216)
1 Favorites   0 Comments

Color spaces of #cee6d8

RGB 206230216
HSL0.400.320.85
HSV145°10°90°
CMYK 0.100.000.06   0.10
XYZ66.145174.673375.8929
Yxy74.67330.30520.3446
Hunter Lab86.4137-14.59178.4181
CIE-Lab89.2397-10.53184.1200

#cee6d8 color RGB value is (206,230,216).

#cee6d8 hex color red value is 206, green value is 230 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #cee6d8 hue: 0.40 , saturation: 0.32 and the lightness value of cee6d8 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100110 11011000
Octal 316 346 330
Decimal 206 230 216
Hex CE E6 D8

RGB Percentages of Color #cee6d8

%31.60
%35.28
%33.13

CMYK Percentages of Color #cee6d8

%10
%0
%6
%10

Triadic Colors of #cee6d8

#cee6d8 #d8cee6 #e6d8ce

Analogous Colors of #cee6d8

#cee6d8 #cee6e4 #d0e6ce

Monochromatic Colors of #cee6d8

#cee6d8

Complementary Color

#cee6d8 #e6cedc

#cee6d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee6d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee6d8 Color CSS Codes

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

#cee6d8 Text Font Color

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

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


#cee6d8 Background Color

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

This div background color is #cee6d8


#cee6d8 Border Color

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

This div border color is #cee6d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee6d8


Comments

No comments written yet.

Please login to write comment.