Color Hex Logo

#ceaed8 Color Hex

#CEAED8
(206,174,216)
0 Favorites   0 Comments

Color spaces of #ceaed8

RGB 206174216
HSL0.790.350.76
HSV286°19°85°
CMYK 0.050.190.00   0.15
XYZ52.984348.351871.5060
Yxy48.35180.30650.2797
Hunter Lab69.535514.3255-12.2954
CIE-Lab75.046319.0621-16.8668

#ceaed8 color RGB value is (206,174,216).

#ceaed8 hex color red value is 206, green value is 174 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ceaed8 hue: 0.79 , saturation: 0.35 and the lightness value of ceaed8 is 0.76.

The process color (four color CMYK) of #ceaed8 color hex is 0.05, 0.19, 0.00, 0.15. Web safe color of #ceaed8 is #cc99cc. Color #ceaed8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11011000
Octal 316 256 330
Decimal 206 174 216
Hex CE AE D8

RGB Percentages of Color #ceaed8

%34.56
%29.19
%36.24

CMYK Percentages of Color #ceaed8

%5
%19
%0
%15

Triadic Colors of #ceaed8

#ceaed8 #d8ceae #aed8ce

Analogous Colors of #ceaed8

#ceaed8 #d8aecd #b9aed8

Monochromatic Colors of #ceaed8

#ceaed8

Complementary Color

#ceaed8 #b8d8ae

#ceaed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaed8 Color CSS Codes

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

#ceaed8 Text Font Color

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

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


#ceaed8 Background Color

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

This div background color is #ceaed8


#ceaed8 Border Color

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

This div border color is #ceaed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaed8


Comments

No comments written yet.

Please login to write comment.