Color Hex Logo

#ceaaea Color Hex

#CEAAEA
(206,170,234)
0 Favorites   0 Comments

Color spaces of #ceaaea

RGB 206170234
HSL0.760.600.79
HSV274°27°92°
CMYK 0.120.270.00   0.08
XYZ54.679647.811884.1886
Yxy47.81180.29290.2561
Hunter Lab69.146120.1493-23.7861
CIE-Lab74.706124.8713-27.1771

#ceaaea color RGB value is (206,170,234).

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

The process color (four color CMYK) of #ceaaea color hex is 0.12, 0.27, 0.00, 0.08. Web safe color of #ceaaea is #cc99ff. Color #ceaaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 11101010
Octal 316 252 352
Decimal 206 170 234
Hex CE AA EA

RGB Percentages of Color #ceaaea

%33.77
%27.87
%38.36

CMYK Percentages of Color #ceaaea

%12
%27
%0
%8

Triadic Colors of #ceaaea

#ceaaea #eaceaa #aaeace

Analogous Colors of #ceaaea

#ceaaea #eaaae6 #aeaaea

Monochromatic Colors of #ceaaea

#ceaaea

Complementary Color

#ceaaea #c6eaaa

#ceaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaaea Color CSS Codes

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

#ceaaea Text Font Color

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

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


#ceaaea Background Color

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

This div background color is #ceaaea


#ceaaea Border Color

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

This div border color is #ceaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaaea


Comments

No comments written yet.

Please login to write comment.