Color Hex Logo

#cedae8 Color Hex

#CEDAE8
(206,218,232)
0 Favorites   0 Comments

Color spaces of #cedae8

RGB 206218232
HSL0.590.360.86
HSV212°11°91°
CMYK 0.110.060.00   0.09
XYZ65.090569.090886.2492
Yxy69.09080.29530.3134
Hunter Lab83.1209-5.6813-3.3368
CIE-Lab86.5490-1.3012-8.2439

#cedae8 color RGB value is (206,218,232).

#cedae8 hex color red value is 206, green value is 218 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #cedae8 hue: 0.59 , saturation: 0.36 and the lightness value of cedae8 is 0.86.

The process color (four color CMYK) of #cedae8 color hex is 0.11, 0.06, 0.00, 0.09. Web safe color of #cedae8 is #ccccff. Color #cedae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 11101000
Octal 316 332 350
Decimal 206 218 232
Hex CE DA E8

RGB Percentages of Color #cedae8

%31.40
%33.23
%35.37

CMYK Percentages of Color #cedae8

%11
%6
%0
%9

Triadic Colors of #cedae8

#cedae8 #e8ceda #dae8ce

Analogous Colors of #cedae8

#cedae8 #cfcee8 #cee7e8

Monochromatic Colors of #cedae8

#cedae8

Complementary Color

#cedae8 #e8dcce

#cedae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedae8 Color CSS Codes

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

#cedae8 Text Font Color

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

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


#cedae8 Background Color

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

This div background color is #cedae8


#cedae8 Border Color

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

This div border color is #cedae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedae8


Comments

No comments written yet.

Please login to write comment.