Color Hex Logo

#a5bdba Color Hex

#A5BDBA
(165,189,186)
0 Favorites   0 Comments

Color spaces of #a5bdba

RGB 165189186
HSL0.480.150.69
HSV173°13°74°
CMYK 0.130.000.02   0.26
XYZ42.577647.939753.4636
Yxy47.93970.29570.3330
Hunter Lab69.2385-11.40042.6852
CIE-Lab74.7869-8.7469-1.2548

#a5bdba color RGB value is (165,189,186).

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

The process color (four color CMYK) of #a5bdba color hex is 0.13, 0.00, 0.02, 0.26. Web safe color of #a5bdba is #99cccc. Color #a5bdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111101 10111010
Octal 245 275 272
Decimal 165 189 186
Hex A5 BD BA

RGB Percentages of Color #a5bdba

%30.56
%35.00
%34.44

CMYK Percentages of Color #a5bdba

%13
%0
%2
%26

Triadic Colors of #a5bdba

#a5bdba #baa5bd #bdbaa5

Analogous Colors of #a5bdba

#a5bdba #a5b4bd #a5bdae

Monochromatic Colors of #a5bdba

#a5bdba

Complementary Color

#a5bdba #bda5a8

#a5bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bdba Color CSS Codes

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

#a5bdba Text Font Color

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

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


#a5bdba Background Color

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

This div background color is #a5bdba


#a5bdba Border Color

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

This div border color is #a5bdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bdba


Comments

No comments written yet.

Please login to write comment.