Color Hex Logo

#a2aebf Color Hex

#A2AEBF
(162,174,191)
0 Favorites   0 Comments

Color spaces of #a2aebf

RGB 162174191
HSL0.600.180.69
HSV215°15°75°
CMYK 0.150.090.00   0.25
XYZ39.440341.715155.2633
Yxy41.71510.28910.3058
Hunter Lab64.5872-4.0263-5.5197
CIE-Lab70.6740-0.6565-10.0968

#a2aebf color RGB value is (162,174,191).

#a2aebf hex color red value is 162, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a2aebf hue: 0.60 , saturation: 0.18 and the lightness value of a2aebf is 0.69.

The process color (four color CMYK) of #a2aebf color hex is 0.15, 0.09, 0.00, 0.25. Web safe color of #a2aebf is #9999cc. Color #a2aebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101110 10111111
Octal 242 256 277
Decimal 162 174 191
Hex A2 AE BF

RGB Percentages of Color #a2aebf

%30.74
%33.02
%36.24

CMYK Percentages of Color #a2aebf

%15
%9
%0
%25

Triadic Colors of #a2aebf

#a2aebf #bfa2ae #aebfa2

Analogous Colors of #a2aebf

#a2aebf #a5a2bf #a2bdbf

Monochromatic Colors of #a2aebf

#a2aebf

Complementary Color

#a2aebf #bfb3a2

#a2aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2aebf Color CSS Codes

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

#a2aebf Text Font Color

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

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


#a2aebf Background Color

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

This div background color is #a2aebf


#a2aebf Border Color

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

This div border color is #a2aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2aebf


Comments

No comments written yet.

Please login to write comment.