Color Hex Logo

#ceeeda Color Hex

#CEEEDA
(206,238,218)
0 Favorites   0 Comments

Color spaces of #ceeeda

RGB 206238218
HSL0.400.480.87
HSV143°13°93°
CMYK 0.130.000.08   0.07
XYZ68.683079.332878.0225
Yxy79.33280.30390.3510
Hunter Lab89.0690-18.225510.4115
CIE-Lab91.3847-14.18126.1747

#ceeeda color RGB value is (206,238,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11011010
Octal 316 356 332
Decimal 206 238 218
Hex CE EE DA

RGB Percentages of Color #ceeeda

%31.12
%35.95
%32.93

CMYK Percentages of Color #ceeeda

%13
%0
%8
%7

Triadic Colors of #ceeeda

#ceeeda #daceee #eedace

Analogous Colors of #ceeeda

#ceeeda #ceeeea #d2eece

Monochromatic Colors of #ceeeda

#ceeeda

Complementary Color

#ceeeda #eecee2

#ceeeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeeda Color CSS Codes

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

#ceeeda Text Font Color

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

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


#ceeeda Background Color

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

This div background color is #ceeeda


#ceeeda Border Color

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

This div border color is #ceeeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeeda


Comments

No comments written yet.

Please login to write comment.