Color Hex Logo

#a2afb5 Color Hex

#A2AFB5
(162,175,181)
0 Favorites   0 Comments

Color spaces of #a2afb5

RGB 162175181
HSL0.550.110.67
HSV199°10°71°
CMYK 0.100.030.00   0.29
XYZ38.570841.677549.7277
Yxy41.67750.29680.3207
Hunter Lab64.5581-6.3303-0.4791
CIE-Lab70.6480-3.3052-4.6265

#a2afb5 color RGB value is (162,175,181).

#a2afb5 hex color red value is 162, green value is 175 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a2afb5 hue: 0.55 , saturation: 0.11 and the lightness value of a2afb5 is 0.67.

The process color (four color CMYK) of #a2afb5 color hex is 0.10, 0.03, 0.00, 0.29. Web safe color of #a2afb5 is #9999cc. Color #a2afb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101111 10110101
Octal 242 257 265
Decimal 162 175 181
Hex A2 AF B5

RGB Percentages of Color #a2afb5

%31.27
%33.78
%34.94

CMYK Percentages of Color #a2afb5

%10
%3
%0
%29

Triadic Colors of #a2afb5

#a2afb5 #b5a2af #afb5a2

Analogous Colors of #a2afb5

#a2afb5 #a2a6b5 #a2b5b2

Monochromatic Colors of #a2afb5

#a2afb5

Complementary Color

#a2afb5 #b5a8a2

#a2afb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2afb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2afb5 Color CSS Codes

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

#a2afb5 Text Font Color

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

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


#a2afb5 Background Color

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

This div background color is #a2afb5


#a2afb5 Border Color

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

This div border color is #a2afb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2afb5


Comments

No comments written yet.

Please login to write comment.