Color Hex Logo

#ceaae3 Color Hex

#CEAAE3
(206,170,227)
0 Favorites   0 Comments

Color spaces of #ceaae3

RGB 206170227
HSL0.770.500.78
HSV278°25°89°
CMYK 0.090.250.00   0.11
XYZ53.693547.417378.9956
Yxy47.41730.29810.2633
Hunter Lab68.860218.6793-19.8146
CIE-Lab74.455923.4347-23.7538

#ceaae3 color RGB value is (206,170,227).

#ceaae3 hex color red value is 206, green value is 170 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ceaae3 hue: 0.77 , saturation: 0.50 and the lightness value of ceaae3 is 0.78.

The process color (four color CMYK) of #ceaae3 color hex is 0.09, 0.25, 0.00, 0.11. Web safe color of #ceaae3 is #cc99cc. Color #ceaae3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 11100011
Octal 316 252 343
Decimal 206 170 227
Hex CE AA E3

RGB Percentages of Color #ceaae3

%34.16
%28.19
%37.65

CMYK Percentages of Color #ceaae3

%9
%25
%0
%11

Triadic Colors of #ceaae3

#ceaae3 #e3ceaa #aae3ce

Analogous Colors of #ceaae3

#ceaae3 #e3aadc #b2aae3

Monochromatic Colors of #ceaae3

#ceaae3

Complementary Color

#ceaae3 #bfe3aa

#ceaae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaae3 Color CSS Codes

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

#ceaae3 Text Font Color

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

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


#ceaae3 Background Color

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

This div background color is #ceaae3


#ceaae3 Border Color

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

This div border color is #ceaae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaae3


Comments

No comments written yet.

Please login to write comment.