Color Hex Logo

#ceddea Color Hex

#CEDDEA
(206,221,234)
0 Favorites   0 Comments

Color spaces of #ceddea

RGB 206221234
HSL0.580.400.86
HSV208°12°92°
CMYK 0.120.060.00   0.08
XYZ66.161370.775288.0158
Yxy70.77520.29410.3146
Hunter Lab84.1280-6.8451-3.1404
CIE-Lab87.3757-2.4609-8.0735

#ceddea color RGB value is (206,221,234).

#ceddea hex color red value is 206, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ceddea hue: 0.58 , saturation: 0.40 and the lightness value of ceddea is 0.86.

The process color (four color CMYK) of #ceddea color hex is 0.12, 0.06, 0.00, 0.08. Web safe color of #ceddea is #ccccff. Color #ceddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 11101010
Octal 316 335 352
Decimal 206 221 234
Hex CE DD EA

RGB Percentages of Color #ceddea

%31.16
%33.43
%35.40

CMYK Percentages of Color #ceddea

%12
%6
%0
%8

Triadic Colors of #ceddea

#ceddea #eacedd #ddeace

Analogous Colors of #ceddea

#ceddea #cecfea #ceeae9

Monochromatic Colors of #ceddea

#ceddea

Complementary Color

#ceddea #eadbce

#ceddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceddea Color CSS Codes

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

#ceddea Text Font Color

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

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


#ceddea Background Color

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

This div background color is #ceddea


#ceddea Border Color

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

This div border color is #ceddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceddea


Comments

No comments written yet.

Please login to write comment.