Color Hex Logo

#a5bbaf Color Hex

#A5BBAF
(165,187,175)
0 Favorites   0 Comments

Color spaces of #a5bbaf

RGB 165187175
HSL0.410.140.69
HSV147°12°73°
CMYK 0.120.000.06   0.27
XYZ41.025246.635147.3967
Yxy46.63510.30380.3453
Hunter Lab68.2899-12.27336.6526
CIE-Lab73.9558-9.87183.5217

#a5bbaf color RGB value is (165,187,175).

#a5bbaf hex color red value is 165, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a5bbaf hue: 0.41 , saturation: 0.14 and the lightness value of a5bbaf is 0.69.

The process color (four color CMYK) of #a5bbaf color hex is 0.12, 0.00, 0.06, 0.27. Web safe color of #a5bbaf is #99cc99. Color #a5bbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111011 10101111
Octal 245 273 257
Decimal 165 187 175
Hex A5 BB AF

RGB Percentages of Color #a5bbaf

%31.31
%35.48
%33.21

CMYK Percentages of Color #a5bbaf

%12
%0
%6
%27

Triadic Colors of #a5bbaf

#a5bbaf #afa5bb #bbafa5

Analogous Colors of #a5bbaf

#a5bbaf #a5bbba #a6bba5

Monochromatic Colors of #a5bbaf

#a5bbaf

Complementary Color

#a5bbaf #bba5b1

#a5bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bbaf Color CSS Codes

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

#a5bbaf Text Font Color

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

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


#a5bbaf Background Color

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

This div background color is #a5bbaf


#a5bbaf Border Color

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

This div border color is #a5bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bbaf


Comments

No comments written yet.

Please login to write comment.