Color Hex Logo

#ceaaec Color Hex

#CEAAEC
(206,170,236)
0 Favorites   0 Comments

Color spaces of #ceaaec

RGB 206170236
HSL0.760.630.80
HSV273°28°93°
CMYK 0.130.280.00   0.07
XYZ54.968647.927485.7106
Yxy47.92740.29140.2541
Hunter Lab69.229620.5779-24.9440
CIE-Lab74.779125.2878-28.1508

#ceaaec color RGB value is (206,170,236).

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

The process color (four color CMYK) of #ceaaec color hex is 0.13, 0.28, 0.00, 0.07. Web safe color of #ceaaec is #cc99ff. Color #ceaaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 11101100
Octal 316 252 354
Decimal 206 170 236
Hex CE AA EC

RGB Percentages of Color #ceaaec

%33.66
%27.78
%38.56

CMYK Percentages of Color #ceaaec

%13
%28
%0
%7

Triadic Colors of #ceaaec

#ceaaec #ecceaa #aaecce

Analogous Colors of #ceaaec

#ceaaec #ecaae9 #adaaec

Monochromatic Colors of #ceaaec

#ceaaec

Complementary Color

#ceaaec #c8ecaa

#ceaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaaec Color CSS Codes

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

#ceaaec Text Font Color

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

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


#ceaaec Background Color

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

This div background color is #ceaaec


#ceaaec Border Color

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

This div border color is #ceaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaaec


Comments

No comments written yet.

Please login to write comment.