Color Hex Logo

#a3ddfb Color Hex

#A3DDFB
(163,221,251)
0 Favorites   0 Comments

Color spaces of #a3ddfb

RGB 163221251
HSL0.560.920.81
HSV200°35°98°
CMYK 0.350.120.00   0.02
XYZ58.373366.4645101.0191
Yxy66.46450.25850.2943
Hunter Lab81.5258-14.8622-16.3986
CIE-Lab85.2328-11.3420-20.5250

#a3ddfb color RGB value is (163,221,251).

#a3ddfb hex color red value is 163, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a3ddfb hue: 0.56 , saturation: 0.92 and the lightness value of a3ddfb is 0.81.

The process color (four color CMYK) of #a3ddfb color hex is 0.35, 0.12, 0.00, 0.02. Web safe color of #a3ddfb is #99ccff. Color #a3ddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011101 11111011
Octal 243 335 373
Decimal 163 221 251
Hex A3 DD FB

RGB Percentages of Color #a3ddfb

%25.67
%34.80
%39.53

CMYK Percentages of Color #a3ddfb

%35
%12
%0
%2

Triadic Colors of #a3ddfb

#a3ddfb #fba3dd #ddfba3

Analogous Colors of #a3ddfb

#a3ddfb #a3b1fb #a3fbed

Monochromatic Colors of #a3ddfb

#a3ddfb

Complementary Color

#a3ddfb #fbc1a3

#a3ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ddfb Color CSS Codes

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

#a3ddfb Text Font Color

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

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


#a3ddfb Background Color

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

This div background color is #a3ddfb


#a3ddfb Border Color

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

This div border color is #a3ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ddfb


Comments

No comments written yet.

Please login to write comment.