Color Hex Logo

#ceedee Color Hex

#CEEDEE
(206,237,238)
1 Favorites   0 Comments

Color spaces of #ceedee

RGB 206237238
HSL0.510.480.87
HSV182°13°93°
CMYK 0.130.000.00   0.07
XYZ71.170479.863292.5530
Yxy79.86320.29220.3279
Hunter Lab89.3662-14.23521.1521
CIE-Lab91.6234-9.8581-3.8977

#ceedee color RGB value is (206,237,238).

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

The process color (four color CMYK) of #ceedee color hex is 0.13, 0.00, 0.00, 0.07. Web safe color of #ceedee is #ccffff. Color #ceedee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 11101110
Octal 316 355 356
Decimal 206 237 238
Hex CE ED EE

RGB Percentages of Color #ceedee

%30.25
%34.80
%34.95

CMYK Percentages of Color #ceedee

%13
%0
%0
%7

Triadic Colors of #ceedee

#ceedee #eeceed #edeece

Analogous Colors of #ceedee

#ceedee #ceddee #ceeedf

Monochromatic Colors of #ceedee

#ceedee

Complementary Color

#ceedee #eecfce

#ceedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceedee Color CSS Codes

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

#ceedee Text Font Color

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

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


#ceedee Background Color

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

This div background color is #ceedee


#ceedee Border Color

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

This div border color is #ceedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceedee

#ceedee Color Palettes


Comments

No comments written yet.

Please login to write comment.