Color Hex Logo

#ceeddb Color Hex

#CEEDDB
(206,237,219)
0 Favorites   0 Comments

Color spaces of #ceeddb

RGB 206237219
HSL0.400.460.87
HSV145°13°93°
CMYK 0.130.000.08   0.07
XYZ68.524078.804778.6171
Yxy78.80470.30330.3488
Hunter Lab88.7720-17.56519.6328
CIE-Lab91.1459-13.49845.3095

#ceeddb color RGB value is (206,237,219).

#ceeddb hex color red value is 206, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ceeddb hue: 0.40 , saturation: 0.46 and the lightness value of ceeddb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 11011011
Octal 316 355 333
Decimal 206 237 219
Hex CE ED DB

RGB Percentages of Color #ceeddb

%31.12
%35.80
%33.08

CMYK Percentages of Color #ceeddb

%13
%0
%8
%7

Triadic Colors of #ceeddb

#ceeddb #dbceed #eddbce

Analogous Colors of #ceeddb

#ceeddb #ceedeb #d1edce

Monochromatic Colors of #ceeddb

#ceeddb

Complementary Color

#ceeddb #edcee0

#ceeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeddb Color CSS Codes

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

#ceeddb Text Font Color

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

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


#ceeddb Background Color

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

This div background color is #ceeddb


#ceeddb Border Color

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

This div border color is #ceeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeddb

#ceeddb Color Palettes


Comments

No comments written yet.

Please login to write comment.