Color Hex Logo

#a5bbbd Color Hex

#A5BBBD
(165,187,189)
0 Favorites   0 Comments

Color spaces of #a5bbbd

RGB 165187189
HSL0.510.150.69
HSV185°13°74°
CMYK 0.130.010.00   0.26
XYZ42.472747.214155.0188
Yxy47.21410.29350.3263
Hunter Lab68.7125-9.91220.6247
CIE-Lab74.3265-7.0770-3.5639

#a5bbbd color RGB value is (165,187,189).

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

The process color (four color CMYK) of #a5bbbd color hex is 0.13, 0.01, 0.00, 0.26. Web safe color of #a5bbbd is #99cccc. Color #a5bbbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111011 10111101
Octal 245 273 275
Decimal 165 187 189
Hex A5 BB BD

RGB Percentages of Color #a5bbbd

%30.50
%34.57
%34.94

CMYK Percentages of Color #a5bbbd

%13
%1
%0
%26

Triadic Colors of #a5bbbd

#a5bbbd #bda5bb #bbbda5

Analogous Colors of #a5bbbd

#a5bbbd #a5afbd #a5bdb3

Monochromatic Colors of #a5bbbd

#a5bbbd

Complementary Color

#a5bbbd #bda7a5

#a5bbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bbbd Color CSS Codes

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

#a5bbbd Text Font Color

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

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


#a5bbbd Background Color

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

This div background color is #a5bbbd


#a5bbbd Border Color

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

This div border color is #a5bbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bbbd


Comments

No comments written yet.

Please login to write comment.