Color Hex Logo

#a3ccdf Color Hex

#A3CCDF
(163,204,223)
0 Favorites   0 Comments

Color spaces of #a3ccdf

RGB 163204223
HSL0.550.480.76
HSV199°27°87°
CMYK 0.270.090.00   0.13
XYZ50.016456.300078.0429
Yxy56.30000.27130.3054
Hunter Lab75.0333-12.3222-9.1448
CIE-Lab79.7843-9.1917-13.8416

#a3ccdf color RGB value is (163,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001100 11011111
Octal 243 314 337
Decimal 163 204 223
Hex A3 CC DF

RGB Percentages of Color #a3ccdf

%27.63
%34.58
%37.80

CMYK Percentages of Color #a3ccdf

%27
%9
%0
%13

Triadic Colors of #a3ccdf

#a3ccdf #dfa3cc #ccdfa3

Analogous Colors of #a3ccdf

#a3ccdf #a3aedf #a3dfd4

Monochromatic Colors of #a3ccdf

#a3ccdf

Complementary Color

#a3ccdf #dfb6a3

#a3ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ccdf Color CSS Codes

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

#a3ccdf Text Font Color

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

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


#a3ccdf Background Color

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

This div background color is #a3ccdf


#a3ccdf Border Color

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

This div border color is #a3ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ccdf


Comments

No comments written yet.

Please login to write comment.