Color Hex Logo

#ce9aaa Color Hex

#CE9AAA
(206,154,170)
0 Favorites   0 Comments

Color spaces of #ce9aaa

RGB 206154170
HSL0.950.350.71
HSV342°25°81°
CMYK 0.000.250.17   0.19
XYZ44.264939.135343.2511
Yxy39.13530.34950.3090
Hunter Lab62.558216.82602.7992
CIE-Lab68.849221.8351-0.7281

#ce9aaa color RGB value is (206,154,170).

#ce9aaa hex color red value is 206, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ce9aaa hue: 0.95 , saturation: 0.35 and the lightness value of ce9aaa is 0.71.

The process color (four color CMYK) of #ce9aaa color hex is 0.00, 0.25, 0.17, 0.19. Web safe color of #ce9aaa is #cc9999. Color #ce9aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011010 10101010
Octal 316 232 252
Decimal 206 154 170
Hex CE 9A AA

RGB Percentages of Color #ce9aaa

%38.87
%29.06
%32.08

CMYK Percentages of Color #ce9aaa

%0
%25
%17
%19

Triadic Colors of #ce9aaa

#ce9aaa #aace9a #9aaace

Analogous Colors of #ce9aaa

#ce9aaa #cea49a #ce9ac4

Monochromatic Colors of #ce9aaa

#ce9aaa

Complementary Color

#ce9aaa #9acebe

#ce9aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9aaa Color CSS Codes

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

#ce9aaa Text Font Color

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

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


#ce9aaa Background Color

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

This div background color is #ce9aaa


#ce9aaa Border Color

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

This div border color is #ce9aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9aaa


Comments

No comments written yet.

Please login to write comment.