Color Hex Logo

#a3dadf Color Hex

#A3DADF
(163,218,223)
0 Favorites   0 Comments

Color spaces of #a3dadf

RGB 163218223
HSL0.510.480.76
HSV185°27°87°
CMYK 0.270.020.00   0.13
XYZ53.494963.257179.2024
Yxy63.25710.27300.3228
Hunter Lab79.5343-19.1257-3.3685
CIE-Lab83.5775-16.3927-8.1836

#a3dadf color RGB value is (163,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011010 11011111
Octal 243 332 337
Decimal 163 218 223
Hex A3 DA DF

RGB Percentages of Color #a3dadf

%26.99
%36.09
%36.92

CMYK Percentages of Color #a3dadf

%27
%2
%0
%13

Triadic Colors of #a3dadf

#a3dadf #dfa3da #dadfa3

Analogous Colors of #a3dadf

#a3dadf #a3bcdf #a3dfc6

Monochromatic Colors of #a3dadf

#a3dadf

Complementary Color

#a3dadf #dfa8a3

#a3dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dadf Color CSS Codes

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

#a3dadf Text Font Color

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

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


#a3dadf Background Color

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

This div background color is #a3dadf


#a3dadf Border Color

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

This div border color is #a3dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dadf


Comments

No comments written yet.

Please login to write comment.