Color Hex Logo

#a4bdcd Color Hex

#A4BDCD
(164,189,205)
0 Favorites   0 Comments

Color spaces of #a4bdcd

RGB 164189205
HSL0.570.290.72
HSV203°20°80°
CMYK 0.200.080.00   0.20
XYZ44.526948.695564.8100
Yxy48.69550.28180.3081
Hunter Lab69.7822-8.2207-6.2179
CIE-Lab75.2615-5.0411-10.8905

#a4bdcd color RGB value is (164,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111101 11001101
Octal 244 275 315
Decimal 164 189 205
Hex A4 BD CD

RGB Percentages of Color #a4bdcd

%29.39
%33.87
%36.74

CMYK Percentages of Color #a4bdcd

%20
%8
%0
%20

Triadic Colors of #a4bdcd

#a4bdcd #cda4bd #bdcda4

Analogous Colors of #a4bdcd

#a4bdcd #a4a9cd #a4cdc9

Monochromatic Colors of #a4bdcd

#a4bdcd

Complementary Color

#a4bdcd #cdb4a4

#a4bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bdcd Color CSS Codes

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

#a4bdcd Text Font Color

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

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


#a4bdcd Background Color

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

This div background color is #a4bdcd


#a4bdcd Border Color

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

This div border color is #a4bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bdcd


Comments

No comments written yet.

Please login to write comment.