Color Hex Logo

#a3dedf Color Hex

#A3DEDF
(163,222,223)
1 Favorites   0 Comments

Color spaces of #a3dedf

RGB 163222223
HSL0.500.480.76
HSV181°27°87°
CMYK 0.270.000.00   0.13
XYZ54.544865.356879.5523
Yxy65.35680.27350.3277
Hunter Lab80.8436-21.0430-1.7525
CIE-Lab84.6673-18.4068-6.5691

#a3dedf color RGB value is (163,222,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011110 11011111
Octal 243 336 337
Decimal 163 222 223
Hex A3 DE DF

RGB Percentages of Color #a3dedf

%26.81
%36.51
%36.68

CMYK Percentages of Color #a3dedf

%27
%0
%0
%13

Triadic Colors of #a3dedf

#a3dedf #dfa3de #dedfa3

Analogous Colors of #a3dedf

#a3dedf #a3c0df #a3dfc2

Monochromatic Colors of #a3dedf

#a3dedf

Complementary Color

#a3dedf #dfa4a3

#a3dedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dedf Color CSS Codes

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

#a3dedf Text Font Color

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

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


#a3dedf Background Color

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

This div background color is #a3dedf


#a3dedf Border Color

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

This div border color is #a3dedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dedf


Comments

No comments written yet.

Please login to write comment.