Color Hex Logo

#a3cdbd Color Hex

#A3CDBD
(163,205,189)
0 Favorites   0 Comments

Color spaces of #a3cdbd

RGB 163205189
HSL0.440.300.72
HSV157°20°80°
CMYK 0.200.000.08   0.20
XYZ46.120955.123356.3531
Yxy55.12330.29270.3498
Hunter Lab74.2451-19.04506.9696
CIE-Lab79.1122-17.05953.4099

#a3cdbd color RGB value is (163,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001101 10111101
Octal 243 315 275
Decimal 163 205 189
Hex A3 CD BD

RGB Percentages of Color #a3cdbd

%29.26
%36.80
%33.93

CMYK Percentages of Color #a3cdbd

%20
%0
%8
%20

Triadic Colors of #a3cdbd

#a3cdbd #bda3cd #cdbda3

Analogous Colors of #a3cdbd

#a3cdbd #a3c8cd #a3cda8

Monochromatic Colors of #a3cdbd

#a3cdbd

Complementary Color

#a3cdbd #cda3b3

#a3cdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cdbd Color CSS Codes

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

#a3cdbd Text Font Color

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

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


#a3cdbd Background Color

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

This div background color is #a3cdbd


#a3cdbd Border Color

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

This div border color is #a3cdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cdbd


Comments

No comments written yet.

Please login to write comment.