Color Hex Logo

#abaaeb Color Hex

#ABAAEB
(171,170,235)
0 Favorites   0 Comments

Color spaces of #abaaeb

RGB 171170235
HSL0.670.620.79
HSV241°28°92°
CMYK 0.270.280.00   0.08
XYZ46.164743.405584.5422
Yxy43.40550.26510.2493
Hunter Lab65.88299.7816-29.9641
CIE-Lab71.829314.4567-32.3937

#abaaeb color RGB value is (171,170,235).

#abaaeb hex color red value is 171, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abaaeb hue: 0.67 , saturation: 0.62 and the lightness value of abaaeb is 0.79.

The process color (four color CMYK) of #abaaeb color hex is 0.27, 0.28, 0.00, 0.08. Web safe color of #abaaeb is #9999ff. Color #abaaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11101011
Octal 253 252 353
Decimal 171 170 235
Hex AB AA EB

RGB Percentages of Color #abaaeb

%29.69
%29.51
%40.80

CMYK Percentages of Color #abaaeb

%27
%28
%0
%8

Triadic Colors of #abaaeb

#abaaeb #ebabaa #aaebab

Analogous Colors of #abaaeb

#abaaeb #ccaaeb #aacaeb

Monochromatic Colors of #abaaeb

#abaaeb

Complementary Color

#abaaeb #eaebaa

#abaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaaeb Color CSS Codes

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

#abaaeb Text Font Color

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

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


#abaaeb Background Color

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

This div background color is #abaaeb


#abaaeb Border Color

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

This div border color is #abaaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,170,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 #abaaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaaeb


Comments

No comments written yet.

Please login to write comment.