Color Hex Logo

#ceaee9 Color Hex

#CEAEE9
(206,174,233)
0 Favorites   0 Comments

Color spaces of #ceaee9

RGB 206174233
HSL0.760.570.80
HSV273°25°91°
CMYK 0.120.250.00   0.09
XYZ55.297649.277183.6877
Yxy49.27710.29370.2617
Hunter Lab70.197617.7660-21.5455
CIE-Lab75.623422.4782-25.2308

#ceaee9 color RGB value is (206,174,233).

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

The process color (four color CMYK) of #ceaee9 color hex is 0.12, 0.25, 0.00, 0.09. Web safe color of #ceaee9 is #cc99ff. Color #ceaee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11101001
Octal 316 256 351
Decimal 206 174 233
Hex CE AE E9

RGB Percentages of Color #ceaee9

%33.61
%28.38
%38.01

CMYK Percentages of Color #ceaee9

%12
%25
%0
%9

Triadic Colors of #ceaee9

#ceaee9 #e9ceae #aee9ce

Analogous Colors of #ceaee9

#ceaee9 #e9aee7 #b1aee9

Monochromatic Colors of #ceaee9

#ceaee9

Complementary Color

#ceaee9 #c9e9ae

#ceaee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaee9 Color CSS Codes

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

#ceaee9 Text Font Color

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

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


#ceaee9 Background Color

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

This div background color is #ceaee9


#ceaee9 Border Color

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

This div border color is #ceaee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaee9


Comments

No comments written yet.

Please login to write comment.