Color Hex Logo

#a3decc Color Hex

#A3DECC
(163,222,204)
0 Favorites   0 Comments

Color spaces of #a3decc

RGB 163222204
HSL0.450.470.75
HSV162°27°87°
CMYK 0.270.000.08   0.13
XYZ52.124664.388766.8077
Yxy64.38870.28430.3512
Hunter Lab80.2426-24.47316.8066
CIE-Lab84.1677-22.49232.7539

#a3decc color RGB value is (163,222,204).

#a3decc hex color red value is 163, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a3decc hue: 0.45 , saturation: 0.47 and the lightness value of a3decc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011110 11001100
Octal 243 336 314
Decimal 163 222 204
Hex A3 DE CC

RGB Percentages of Color #a3decc

%27.67
%37.69
%34.63

CMYK Percentages of Color #a3decc

%27
%0
%8
%13

Triadic Colors of #a3decc

#a3decc #cca3de #decca3

Analogous Colors of #a3decc

#a3decc #a3d3de #a3deaf

Monochromatic Colors of #a3decc

#a3decc

Complementary Color

#a3decc #dea3b5

#a3decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3decc Color CSS Codes

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

#a3decc Text Font Color

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

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


#a3decc Background Color

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

This div background color is #a3decc


#a3decc Border Color

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

This div border color is #a3decc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3decc


Comments

No comments written yet.

Please login to write comment.