Color Hex Logo

#cedae5 Color Hex

#CEDAE5
(206,218,229)
0 Favorites   0 Comments

Color spaces of #cedae5

RGB 206218229
HSL0.580.310.85
HSV209°10°90°
CMYK 0.100.050.00   0.10
XYZ64.667968.921884.0236
Yxy68.92180.29720.3167
Hunter Lab83.0192-6.2407-1.8939
CIE-Lab86.4653-1.8964-6.7826

#cedae5 color RGB value is (206,218,229).

#cedae5 hex color red value is 206, green value is 218 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cedae5 hue: 0.58 , saturation: 0.31 and the lightness value of cedae5 is 0.85.

The process color (four color CMYK) of #cedae5 color hex is 0.10, 0.05, 0.00, 0.10. Web safe color of #cedae5 is #cccccc. Color #cedae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 11100101
Octal 316 332 345
Decimal 206 218 229
Hex CE DA E5

RGB Percentages of Color #cedae5

%31.55
%33.38
%35.07

CMYK Percentages of Color #cedae5

%10
%5
%0
%10

Triadic Colors of #cedae5

#cedae5 #e5ceda #dae5ce

Analogous Colors of #cedae5

#cedae5 #cecfe5 #cee5e5

Monochromatic Colors of #cedae5

#cedae5

Complementary Color

#cedae5 #e5d9ce

#cedae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedae5 Color CSS Codes

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

#cedae5 Text Font Color

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

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


#cedae5 Background Color

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

This div background color is #cedae5


#cedae5 Border Color

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

This div border color is #cedae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedae5


Comments

No comments written yet.

Please login to write comment.