Color Hex Logo

#a5bbad Color Hex

#A5BBAD
(165,187,173)
0 Favorites   0 Comments

Color spaces of #a5bbad

RGB 165187173
HSL0.390.140.69
HSV142°12°73°
CMYK 0.120.000.07   0.27
XYZ40.830246.557146.3696
Yxy46.55710.30530.3481
Hunter Lab68.2328-12.59377.4707
CIE-Lab73.9056-10.25514.5381

#a5bbad color RGB value is (165,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111011 10101101
Octal 245 273 255
Decimal 165 187 173
Hex A5 BB AD

RGB Percentages of Color #a5bbad

%31.43
%35.62
%32.95

CMYK Percentages of Color #a5bbad

%12
%0
%7
%27

Triadic Colors of #a5bbad

#a5bbad #ada5bb #bbada5

Analogous Colors of #a5bbad

#a5bbad #a5bbb8 #a8bba5

Monochromatic Colors of #a5bbad

#a5bbad

Complementary Color

#a5bbad #bba5b3

#a5bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bbad Color CSS Codes

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

#a5bbad Text Font Color

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

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


#a5bbad Background Color

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

This div background color is #a5bbad


#a5bbad Border Color

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

This div border color is #a5bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bbad


Comments

No comments written yet.

Please login to write comment.