Color Hex Logo

#ae9beb Color Hex

#AE9BEB
(174,155,235)
0 Favorites   0 Comments

Color spaces of #ae9beb

RGB 174155235
HSL0.710.670.76
HSV254°34°92°
CMYK 0.260.340.00   0.08
XYZ44.172338.439583.6887
Yxy38.43950.26560.2311
Hunter Lab61.999618.6750-36.6315
CIE-Lab68.343323.7451-37.7834

#ae9beb color RGB value is (174,155,235).

#ae9beb hex color red value is 174, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae9beb hue: 0.71 , saturation: 0.67 and the lightness value of ae9beb is 0.76.

The process color (four color CMYK) of #ae9beb color hex is 0.26, 0.34, 0.00, 0.08. Web safe color of #ae9beb is #9999ff. Color #ae9beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011011 11101011
Octal 256 233 353
Decimal 174 155 235
Hex AE 9B EB

RGB Percentages of Color #ae9beb

%30.85
%27.48
%41.67

CMYK Percentages of Color #ae9beb

%26
%34
%0
%8

Triadic Colors of #ae9beb

#ae9beb #ebae9b #9bebae

Analogous Colors of #ae9beb

#ae9beb #d69beb #9bb0eb

Monochromatic Colors of #ae9beb

#ae9beb

Complementary Color

#ae9beb #d8eb9b

#ae9beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9beb Color CSS Codes

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

#ae9beb Text Font Color

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

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


#ae9beb Background Color

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

This div background color is #ae9beb


#ae9beb Border Color

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

This div border color is #ae9beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9beb


Comments

No comments written yet.

Please login to write comment.