Color Hex Logo

#a5b9be Color Hex

#A5B9BE
(165,185,190)
0 Favorites   0 Comments

Color spaces of #a5b9be

RGB 165185190
HSL0.530.160.70
HSV192°13°75°
CMYK 0.130.030.00   0.25
XYZ42.160346.415055.4521
Yxy46.41500.29270.3223
Hunter Lab68.1286-8.7630-0.5681
CIE-Lab73.8140-5.8075-4.8646

#a5b9be color RGB value is (165,185,190).

#a5b9be hex color red value is 165, green value is 185 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a5b9be hue: 0.53 , saturation: 0.16 and the lightness value of a5b9be is 0.70.

The process color (four color CMYK) of #a5b9be color hex is 0.13, 0.03, 0.00, 0.25. Web safe color of #a5b9be is #99cccc. Color #a5b9be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111001 10111110
Octal 245 271 276
Decimal 165 185 190
Hex A5 B9 BE

RGB Percentages of Color #a5b9be

%30.56
%34.26
%35.19

CMYK Percentages of Color #a5b9be

%13
%3
%0
%25

Triadic Colors of #a5b9be

#a5b9be #bea5b9 #b9bea5

Analogous Colors of #a5b9be

#a5b9be #a5adbe #a5beb7

Monochromatic Colors of #a5b9be

#a5b9be

Complementary Color

#a5b9be #beaaa5

#a5b9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5b9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5b9be Color CSS Codes

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

#a5b9be Text Font Color

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

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


#a5b9be Background Color

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

This div background color is #a5b9be


#a5b9be Border Color

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

This div border color is #a5b9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5b9be


Comments

No comments written yet.

Please login to write comment.