Color Hex Logo

#ceeddd Color Hex

#CEEDDD
(206,237,221)
0 Favorites   0 Comments

Color spaces of #ceeddd

RGB 206237221
HSL0.410.460.87
HSV149°13°93°
CMYK 0.130.000.07   0.07
XYZ68.788978.910680.0123
Yxy78.91060.30210.3465
Hunter Lab88.8316-17.22968.7785
CIE-Lab91.1938-13.12824.3370

#ceeddd color RGB value is (206,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 11011101
Octal 316 355 335
Decimal 206 237 221
Hex CE ED DD

RGB Percentages of Color #ceeddd

%31.02
%35.69
%33.28

CMYK Percentages of Color #ceeddd

%13
%0
%7
%7

Triadic Colors of #ceeddd

#ceeddd #ddceed #edddce

Analogous Colors of #ceeddd

#ceeddd #ceeded #cfedce

Monochromatic Colors of #ceeddd

#ceeddd

Complementary Color

#ceeddd #edcede

#ceeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeddd Color CSS Codes

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

#ceeddd Text Font Color

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

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


#ceeddd Background Color

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

This div background color is #ceeddd


#ceeddd Border Color

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

This div border color is #ceeddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeddd


Comments

No comments written yet.

Please login to write comment.