Color Hex Logo

#ceaed5 Color Hex

#CEAED5
(206,174,213)
0 Favorites   0 Comments

Color spaces of #ceaed5

RGB 206174213
HSL0.800.320.76
HSV289°18°84°
CMYK 0.030.180.00   0.16
XYZ52.599948.198069.4816
Yxy48.19800.30890.2831
Hunter Lab69.424813.7477-10.7412
CIE-Lab74.949618.4810-15.3771

#ceaed5 color RGB value is (206,174,213).

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

The process color (four color CMYK) of #ceaed5 color hex is 0.03, 0.18, 0.00, 0.16. Web safe color of #ceaed5 is #cc99cc. Color #ceaed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11010101
Octal 316 256 325
Decimal 206 174 213
Hex CE AE D5

RGB Percentages of Color #ceaed5

%34.74
%29.34
%35.92

CMYK Percentages of Color #ceaed5

%3
%18
%0
%16

Triadic Colors of #ceaed5

#ceaed5 #d5ceae #aed5ce

Analogous Colors of #ceaed5

#ceaed5 #d5aec9 #bbaed5

Monochromatic Colors of #ceaed5

#ceaed5

Complementary Color

#ceaed5 #b5d5ae

#ceaed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaed5 Color CSS Codes

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

#ceaed5 Text Font Color

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

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


#ceaed5 Background Color

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

This div background color is #ceaed5


#ceaed5 Border Color

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

This div border color is #ceaed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaed5


Comments

No comments written yet.

Please login to write comment.