Color Hex Logo

#aabeeb Color Hex

#AABEEB
(170,190,235)
0 Favorites   0 Comments

Color spaces of #aabeeb

RGB 170190235
HSL0.620.620.79
HSV222°28°92°
CMYK 0.280.190.00   0.08
XYZ49.986451.371185.8783
Yxy51.37110.26700.2744
Hunter Lab71.6736-0.9400-20.8689
CIE-Lab76.90333.1456-24.6088

#aabeeb color RGB value is (170,190,235).

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

The process color (four color CMYK) of #aabeeb color hex is 0.28, 0.19, 0.00, 0.08. Web safe color of #aabeeb is #99ccff. Color #aabeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11101011
Octal 252 276 353
Decimal 170 190 235
Hex AA BE EB

RGB Percentages of Color #aabeeb

%28.57
%31.93
%39.50

CMYK Percentages of Color #aabeeb

%28
%19
%0
%8

Triadic Colors of #aabeeb

#aabeeb #ebaabe #beebaa

Analogous Colors of #aabeeb

#aabeeb #b7aaeb #aadfeb

Monochromatic Colors of #aabeeb

#aabeeb

Complementary Color

#aabeeb #ebd7aa

#aabeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabeeb Color CSS Codes

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

#aabeeb Text Font Color

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

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


#aabeeb Background Color

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

This div background color is #aabeeb


#aabeeb Border Color

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

This div border color is #aabeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabeeb


Comments

No comments written yet.

Please login to write comment.