Color Hex Logo

#a5c6bd Color Hex

#A5C6BD
(165,198,189)
0 Favorites   0 Comments

Color spaces of #a5c6bd

RGB 165198189
HSL0.450.220.71
HSV164°17°78°
CMYK 0.170.000.05   0.22
XYZ44.896452.061655.8267
Yxy52.06160.29390.3408
Hunter Lab72.1537-15.20054.6338
CIE-Lab77.3177-12.83270.8173

#a5c6bd color RGB value is (165,198,189).

#a5c6bd hex color red value is 165, green value is 198 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a5c6bd hue: 0.45 , saturation: 0.22 and the lightness value of a5c6bd is 0.71.

The process color (four color CMYK) of #a5c6bd color hex is 0.17, 0.00, 0.05, 0.22. Web safe color of #a5c6bd is #99cccc. Color #a5c6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11000110 10111101
Octal 245 306 275
Decimal 165 198 189
Hex A5 C6 BD

RGB Percentages of Color #a5c6bd

%29.89
%35.87
%34.24

CMYK Percentages of Color #a5c6bd

%17
%0
%5
%22

Triadic Colors of #a5c6bd

#a5c6bd #bda5c6 #c6bda5

Analogous Colors of #a5c6bd

#a5c6bd #a5bfc6 #a5c6ad

Monochromatic Colors of #a5c6bd

#a5c6bd

Complementary Color

#a5c6bd #c6a5ae

#a5c6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5c6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5c6bd Color CSS Codes

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

#a5c6bd Text Font Color

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

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


#a5c6bd Background Color

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

This div background color is #a5c6bd


#a5c6bd Border Color

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

This div border color is #a5c6bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,198,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 #a5c6bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5c6bd


Comments

No comments written yet.

Please login to write comment.