Color Hex Logo

#a3cdcc Color Hex

#A3CDCC
(163,205,204)
0 Favorites   0 Comments

Color spaces of #a3cdcc

RGB 163205204
HSL0.500.300.72
HSV179°20°80°
CMYK 0.200.000.00   0.20
XYZ47.834755.808865.3778
Yxy55.80880.28300.3302
Hunter Lab74.7053-16.43850.4065
CIE-Lab79.5049-13.9443-4.0643

#a3cdcc color RGB value is (163,205,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001101 11001100
Octal 243 315 314
Decimal 163 205 204
Hex A3 CD CC

RGB Percentages of Color #a3cdcc

%28.50
%35.84
%35.66

CMYK Percentages of Color #a3cdcc

%20
%0
%0
%20

Triadic Colors of #a3cdcc

#a3cdcc #cca3cd #cdcca3

Analogous Colors of #a3cdcc

#a3cdcc #a3b9cd #a3cdb7

Monochromatic Colors of #a3cdcc

#a3cdcc

Complementary Color

#a3cdcc #cda3a4

#a3cdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cdcc Color CSS Codes

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

#a3cdcc Text Font Color

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

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


#a3cdcc Background Color

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

This div background color is #a3cdcc


#a3cdcc Border Color

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

This div border color is #a3cdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cdcc


Comments

No comments written yet.

Please login to write comment.