Color Hex Logo

#aaafeb Color Hex

#AAAFEB
(170,175,235)
0 Favorites   0 Comments

Color spaces of #aaafeb

RGB 170175235
HSL0.650.620.79
HSV235°28°92°
CMYK 0.280.260.00   0.08
XYZ46.902945.204284.8505
Yxy45.20420.26510.2555
Hunter Lab67.23416.8631-27.7611
CIE-Lab73.026111.3818-30.5534

#aaafeb color RGB value is (170,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11101011
Octal 252 257 353
Decimal 170 175 235
Hex AA AF EB

RGB Percentages of Color #aaafeb

%29.31
%30.17
%40.52

CMYK Percentages of Color #aaafeb

%28
%26
%0
%8

Triadic Colors of #aaafeb

#aaafeb #ebaaaf #afebaa

Analogous Colors of #aaafeb

#aaafeb #c6aaeb #aad0eb

Monochromatic Colors of #aaafeb

#aaafeb

Complementary Color

#aaafeb #ebe6aa

#aaafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafeb Color CSS Codes

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

#aaafeb Text Font Color

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

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


#aaafeb Background Color

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

This div background color is #aaafeb


#aaafeb Border Color

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

This div border color is #aaafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafeb


Comments

No comments written yet.

Please login to write comment.