Color Hex Logo

#ceeed9 Color Hex

#CEEED9
(206,238,217)
1 Favorites   0 Comments

Color spaces of #ceeed9

RGB 206238217
HSL0.390.480.87
HSV141°13°93°
CMYK 0.130.000.09   0.07
XYZ68.552579.280677.3352
Yxy79.28060.30450.3521
Hunter Lab89.0397-18.390510.8316
CIE-Lab91.3611-14.36406.6612

#ceeed9 color RGB value is (206,238,217).

#ceeed9 hex color red value is 206, green value is 238 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ceeed9 hue: 0.39 , saturation: 0.48 and the lightness value of ceeed9 is 0.87.

The process color (four color CMYK) of #ceeed9 color hex is 0.13, 0.00, 0.09, 0.07. Web safe color of #ceeed9 is #ccffcc. Color #ceeed9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11011001
Octal 316 356 331
Decimal 206 238 217
Hex CE EE D9

RGB Percentages of Color #ceeed9

%31.16
%36.01
%32.83

CMYK Percentages of Color #ceeed9

%13
%0
%9
%7

Triadic Colors of #ceeed9

#ceeed9 #d9ceee #eed9ce

Analogous Colors of #ceeed9

#ceeed9 #ceeee9 #d3eece

Monochromatic Colors of #ceeed9

#ceeed9

Complementary Color

#ceeed9 #eecee3

#ceeed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeed9 Color CSS Codes

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

#ceeed9 Text Font Color

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

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


#ceeed9 Background Color

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

This div background color is #ceeed9


#ceeed9 Border Color

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

This div border color is #ceeed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeed9

#ceeed9 Color Palettes


Comments

No comments written yet.

Please login to write comment.