Color Hex Logo

#ae9dcb Color Hex

#AE9DCB
(174,157,203)
0 Favorites   0 Comments

Color spaces of #ae9dcb

RGB 174157203
HSL0.730.310.71
HSV262°23°80°
CMYK 0.140.230.00   0.20
XYZ40.292037.424461.5999
Yxy37.42440.28920.2686
Hunter Lab61.175510.5083-16.8785
CIE-Lab67.594215.2840-21.2852

#ae9dcb color RGB value is (174,157,203).

#ae9dcb hex color red value is 174, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae9dcb hue: 0.73 , saturation: 0.31 and the lightness value of ae9dcb is 0.71.

The process color (four color CMYK) of #ae9dcb color hex is 0.14, 0.23, 0.00, 0.20. Web safe color of #ae9dcb is #9999cc. Color #ae9dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011101 11001011
Octal 256 235 313
Decimal 174 157 203
Hex AE 9D CB

RGB Percentages of Color #ae9dcb

%32.58
%29.40
%38.01

CMYK Percentages of Color #ae9dcb

%14
%23
%0
%20

Triadic Colors of #ae9dcb

#ae9dcb #cbae9d #9dcbae

Analogous Colors of #ae9dcb

#ae9dcb #c59dcb #9da3cb

Monochromatic Colors of #ae9dcb

#ae9dcb

Complementary Color

#ae9dcb #bacb9d

#ae9dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9dcb Color CSS Codes

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

#ae9dcb Text Font Color

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

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


#ae9dcb Background Color

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

This div background color is #ae9dcb


#ae9dcb Border Color

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

This div border color is #ae9dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9dcb


Comments

No comments written yet.

Please login to write comment.