Color Hex Logo

#a3ddea Color Hex

#A3DDEA
(163,221,234)
0 Favorites   0 Comments

Color spaces of #a3ddea

RGB 163221234
HSL0.530.630.78
HSV191°30°92°
CMYK 0.300.060.00   0.08
XYZ55.812065.439987.5315
Yxy65.43990.26730.3134
Hunter Lab80.8949-18.4133-7.5277
CIE-Lab84.7099-15.3975-12.3273

#a3ddea color RGB value is (163,221,234).

#a3ddea hex color red value is 163, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a3ddea hue: 0.53 , saturation: 0.63 and the lightness value of a3ddea is 0.78.

The process color (four color CMYK) of #a3ddea color hex is 0.30, 0.06, 0.00, 0.08. Web safe color of #a3ddea is #99ccff. Color #a3ddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011101 11101010
Octal 243 335 352
Decimal 163 221 234
Hex A3 DD EA

RGB Percentages of Color #a3ddea

%26.38
%35.76
%37.86

CMYK Percentages of Color #a3ddea

%30
%6
%0
%8

Triadic Colors of #a3ddea

#a3ddea #eaa3dd #ddeaa3

Analogous Colors of #a3ddea

#a3ddea #a3baea #a3ead4

Monochromatic Colors of #a3ddea

#a3ddea

Complementary Color

#a3ddea #eab0a3

#a3ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ddea Color CSS Codes

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

#a3ddea Text Font Color

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

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


#a3ddea Background Color

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

This div background color is #a3ddea


#a3ddea Border Color

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

This div border color is #a3ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ddea


Comments

No comments written yet.

Please login to write comment.