Color Hex Logo

#a5c3bd Color Hex

#A5C3BD
(165,195,189)
1 Favorites   0 Comments

Color spaces of #a5c3bd

RGB 165195189
HSL0.470.200.71
HSV168°15°76°
CMYK 0.150.000.03   0.24
XYZ44.217550.703755.6004
Yxy50.70370.29380.3369
Hunter Lab71.2065-13.76733.5490
CIE-Lab76.4992-11.2775-0.3772

#a5c3bd color RGB value is (165,195,189).

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

The process color (four color CMYK) of #a5c3bd color hex is 0.15, 0.00, 0.03, 0.24. Web safe color of #a5c3bd is #99cccc. Color #a5c3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11000011 10111101
Octal 245 303 275
Decimal 165 195 189
Hex A5 C3 BD

RGB Percentages of Color #a5c3bd

%30.05
%35.52
%34.43

CMYK Percentages of Color #a5c3bd

%15
%0
%3
%24

Triadic Colors of #a5c3bd

#a5c3bd #bda5c3 #c3bda5

Analogous Colors of #a5c3bd

#a5c3bd #a5bac3 #a5c3ae

Monochromatic Colors of #a5c3bd

#a5c3bd

Complementary Color

#a5c3bd #c3a5ab

#a5c3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5c3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5c3bd Color CSS Codes

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

#a5c3bd Text Font Color

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

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


#a5c3bd Background Color

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

This div background color is #a5c3bd


#a5c3bd Border Color

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

This div border color is #a5c3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5c3bd


Comments

No comments written yet.

Please login to write comment.