Color Hex Logo

#a5bdaa Color Hex

#A5BDAA
(165,189,170)
0 Favorites   0 Comments

Color spaces of #a5bdaa

RGB 165189170
HSL0.370.150.69
HSV133°13°74°
CMYK 0.130.000.10   0.26
XYZ40.970347.296845.0000
Yxy47.29680.30740.3549
Hunter Lab68.7727-14.01349.3457
CIE-Lab74.3792-11.86576.8510

#a5bdaa color RGB value is (165,189,170).

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

The process color (four color CMYK) of #a5bdaa color hex is 0.13, 0.00, 0.10, 0.26. Web safe color of #a5bdaa is #99cc99. Color #a5bdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111101 10101010
Octal 245 275 252
Decimal 165 189 170
Hex A5 BD AA

RGB Percentages of Color #a5bdaa

%31.49
%36.07
%32.44

CMYK Percentages of Color #a5bdaa

%13
%0
%10
%26

Triadic Colors of #a5bdaa

#a5bdaa #aaa5bd #bdaaa5

Analogous Colors of #a5bdaa

#a5bdaa #a5bdb6 #acbda5

Monochromatic Colors of #a5bdaa

#a5bdaa

Complementary Color

#a5bdaa #bda5b8

#a5bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bdaa Color CSS Codes

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

#a5bdaa Text Font Color

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

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


#a5bdaa Background Color

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

This div background color is #a5bdaa


#a5bdaa Border Color

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

This div border color is #a5bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bdaa


Comments

No comments written yet.

Please login to write comment.