Color Hex Logo

#a3ccde Color Hex

#A3CCDE
(163,204,222)
1 Favorites   0 Comments

Color spaces of #a3ccde

RGB 163204222
HSL0.550.470.75
HSV198°27°87°
CMYK 0.270.080.00   0.13
XYZ49.881956.246277.3348
Yxy56.24620.27190.3066
Hunter Lab74.9975-12.5226-8.6396
CIE-Lab79.7537-9.4223-13.3512

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

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

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

Base Numbers

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

RGB Percentages of Color #a3ccde

%27.67
%34.63
%37.69

CMYK Percentages of Color #a3ccde

%27
%8
%0
%13

Triadic Colors of #a3ccde

#a3ccde #dea3cc #ccdea3

Analogous Colors of #a3ccde

#a3ccde #a3afde #a3ded3

Monochromatic Colors of #a3ccde

#a3ccde

Complementary Color

#a3ccde #deb5a3

#a3ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ccde Color CSS Codes

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

#a3ccde Text Font Color

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

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


#a3ccde Background Color

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

This div background color is #a3ccde


#a3ccde Border Color

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

This div border color is #a3ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ccde


Comments

No comments written yet.

Please login to write comment.