Color Hex Logo

#a3ddef Color Hex

#A3DDEF
(163,221,239)
0 Favorites   0 Comments

Color spaces of #a3ddef

RGB 163221239
HSL0.540.700.79
HSV194°32°94°
CMYK 0.320.080.00   0.06
XYZ56.540765.731491.3688
Yxy65.73140.26470.3077
Hunter Lab81.0749-17.3972-10.0655
CIE-Lab84.8592-14.2268-14.7486

#a3ddef color RGB value is (163,221,239).

#a3ddef hex color red value is 163, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a3ddef hue: 0.54 , saturation: 0.70 and the lightness value of a3ddef is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011101 11101111
Octal 243 335 357
Decimal 163 221 239
Hex A3 DD EF

RGB Percentages of Color #a3ddef

%26.16
%35.47
%38.36

CMYK Percentages of Color #a3ddef

%32
%8
%0
%6

Triadic Colors of #a3ddef

#a3ddef #efa3dd #ddefa3

Analogous Colors of #a3ddef

#a3ddef #a3b7ef #a3efdb

Monochromatic Colors of #a3ddef

#a3ddef

Complementary Color

#a3ddef #efb5a3

#a3ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ddef Color CSS Codes

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

#a3ddef Text Font Color

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

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


#a3ddef Background Color

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

This div background color is #a3ddef


#a3ddef Border Color

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

This div border color is #a3ddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ddef


Comments

No comments written yet.

Please login to write comment.