Color Hex Logo

#a5bdcd Color Hex

#A5BDCD
(165,189,205)
3 Favorites   0 Comments

Color spaces of #a5bdcd

RGB 165189205
HSL0.570.290.73
HSV204°20°80°
CMYK 0.200.080.00   0.20
XYZ44.734148.802364.8197
Yxy48.80230.28250.3082
Hunter Lab69.8586-7.9498-6.1123
CIE-Lab75.3282-4.7271-10.7840

#a5bdcd color RGB value is (165,189,205).

#a5bdcd hex color red value is 165, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a5bdcd hue: 0.57 , saturation: 0.29 and the lightness value of a5bdcd is 0.73.

The process color (four color CMYK) of #a5bdcd color hex is 0.20, 0.08, 0.00, 0.20. Web safe color of #a5bdcd is #99cccc. Color #a5bdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111101 11001101
Octal 245 275 315
Decimal 165 189 205
Hex A5 BD CD

RGB Percentages of Color #a5bdcd

%29.52
%33.81
%36.67

CMYK Percentages of Color #a5bdcd

%20
%8
%0
%20

Triadic Colors of #a5bdcd

#a5bdcd #cda5bd #bdcda5

Analogous Colors of #a5bdcd

#a5bdcd #a5a9cd #a5cdc9

Monochromatic Colors of #a5bdcd

#a5bdcd

Complementary Color

#a5bdcd #cdb5a5

#a5bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bdcd Color CSS Codes

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

#a5bdcd Text Font Color

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

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


#a5bdcd Background Color

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

This div background color is #a5bdcd


#a5bdcd Border Color

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

This div border color is #a5bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bdcd


Comments

No comments written yet.

Please login to write comment.