Color Hex Logo

#a5bdbc Color Hex

#A5BDBC
(165,189,188)
0 Favorites   0 Comments

Color spaces of #a5bdbc

RGB 165189188
HSL0.490.150.69
HSV178°13°74°
CMYK 0.130.000.01   0.26
XYZ42.791748.025454.5914
Yxy48.02540.29430.3303
Hunter Lab69.3004-11.05521.8045
CIE-Lab74.8409-8.3397-2.2633

#a5bdbc color RGB value is (165,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111101 10111100
Octal 245 275 274
Decimal 165 189 188
Hex A5 BD BC

RGB Percentages of Color #a5bdbc

%30.44
%34.87
%34.69

CMYK Percentages of Color #a5bdbc

%13
%0
%1
%26

Triadic Colors of #a5bdbc

#a5bdbc #bca5bd #bdbca5

Analogous Colors of #a5bdbc

#a5bdbc #a5b2bd #a5bdb0

Monochromatic Colors of #a5bdbc

#a5bdbc

Complementary Color

#a5bdbc #bda5a6

#a5bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bdbc Color CSS Codes

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

#a5bdbc Text Font Color

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

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


#a5bdbc Background Color

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

This div background color is #a5bdbc


#a5bdbc Border Color

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

This div border color is #a5bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bdbc


Comments

No comments written yet.

Please login to write comment.