Color Hex Logo

#ae9bca Color Hex

#AE9BCA
(174,155,202)
0 Favorites   0 Comments

Color spaces of #ae9bca

RGB 174155202
HSL0.730.310.70
HSV264°23°79°
CMYK 0.140.230.00   0.21
XYZ39.837636.705660.8623
Yxy36.70560.28990.2671
Hunter Lab60.585111.3482-17.1516
CIE-Lab67.055616.1885-21.5510

#ae9bca color RGB value is (174,155,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011011 11001010
Octal 256 233 312
Decimal 174 155 202
Hex AE 9B CA

RGB Percentages of Color #ae9bca

%32.77
%29.19
%38.04

CMYK Percentages of Color #ae9bca

%14
%23
%0
%21

Triadic Colors of #ae9bca

#ae9bca #caae9b #9bcaae

Analogous Colors of #ae9bca

#ae9bca #c69bca #9ba0ca

Monochromatic Colors of #ae9bca

#ae9bca

Complementary Color

#ae9bca #b7ca9b

#ae9bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9bca Color CSS Codes

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

#ae9bca Text Font Color

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

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


#ae9bca Background Color

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

This div background color is #ae9bca


#ae9bca Border Color

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

This div border color is #ae9bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9bca


Comments

No comments written yet.

Please login to write comment.