Color Hex Logo

#a5bcab Color Hex

#A5BCAB
(165,188,171)
0 Favorites   0 Comments

Color spaces of #a5bcab

RGB 165188171
HSL0.380.150.69
HSV136°12°74°
CMYK 0.120.000.09   0.26
XYZ40.851046.906045.4288
Yxy46.90600.30670.3522
Hunter Lab68.4880-13.38418.6139
CIE-Lab74.1296-11.15675.9489

#a5bcab color RGB value is (165,188,171).

#a5bcab hex color red value is 165, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a5bcab hue: 0.38 , saturation: 0.15 and the lightness value of a5bcab is 0.69.

The process color (four color CMYK) of #a5bcab color hex is 0.12, 0.00, 0.09, 0.26. Web safe color of #a5bcab is #99cc99. Color #a5bcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111100 10101011
Octal 245 274 253
Decimal 165 188 171
Hex A5 BC AB

RGB Percentages of Color #a5bcab

%31.49
%35.88
%32.63

CMYK Percentages of Color #a5bcab

%12
%0
%9
%26

Triadic Colors of #a5bcab

#a5bcab #aba5bc #bcaba5

Analogous Colors of #a5bcab

#a5bcab #a5bcb7 #abbca5

Monochromatic Colors of #a5bcab

#a5bcab

Complementary Color

#a5bcab #bca5b6

#a5bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bcab Color CSS Codes

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

#a5bcab Text Font Color

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

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


#a5bcab Background Color

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

This div background color is #a5bcab


#a5bcab Border Color

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

This div border color is #a5bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bcab


Comments

No comments written yet.

Please login to write comment.