Color Hex Logo

#a3dcdf Color Hex

#A3DCDF
(163,220,223)
0 Favorites   0 Comments

Color spaces of #a3dcdf

RGB 163220223
HSL0.510.480.76
HSV183°27°87°
CMYK 0.270.010.00   0.13
XYZ54.016764.300679.3763
Yxy64.30060.27320.3253
Hunter Lab80.1877-20.0857-2.5587
CIE-Lab84.1220-17.4020-7.3763

#a3dcdf color RGB value is (163,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011100 11011111
Octal 243 334 337
Decimal 163 220 223
Hex A3 DC DF

RGB Percentages of Color #a3dcdf

%26.90
%36.30
%36.80

CMYK Percentages of Color #a3dcdf

%27
%1
%0
%13

Triadic Colors of #a3dcdf

#a3dcdf #dfa3dc #dcdfa3

Analogous Colors of #a3dcdf

#a3dcdf #a3bedf #a3dfc4

Monochromatic Colors of #a3dcdf

#a3dcdf

Complementary Color

#a3dcdf #dfa6a3

#a3dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dcdf Color CSS Codes

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

#a3dcdf Text Font Color

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

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


#a3dcdf Background Color

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

This div background color is #a3dcdf


#a3dcdf Border Color

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

This div border color is #a3dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dcdf


Comments

No comments written yet.

Please login to write comment.