Color Hex Logo

#a7ddfa Color Hex

#A7DDFA
(167,221,250)
0 Favorites   0 Comments

Color spaces of #a7ddfa

RGB 167221250
HSL0.560.890.82
HSV201°33°98°
CMYK 0.330.120.00   0.02
XYZ59.048166.8305100.2299
Yxy66.83050.26110.2956
Hunter Lab81.7499-14.1315-15.4679
CIE-Lab85.4183-10.5101-19.6959

#a7ddfa color RGB value is (167,221,250).

#a7ddfa hex color red value is 167, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a7ddfa hue: 0.56 , saturation: 0.89 and the lightness value of a7ddfa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011101 11111010
Octal 247 335 372
Decimal 167 221 250
Hex A7 DD FA

RGB Percentages of Color #a7ddfa

%26.18
%34.64
%39.18

CMYK Percentages of Color #a7ddfa

%33
%12
%0
%2

Triadic Colors of #a7ddfa

#a7ddfa #faa7dd #ddfaa7

Analogous Colors of #a7ddfa

#a7ddfa #a7b4fa #a7faee

Monochromatic Colors of #a7ddfa

#a7ddfa

Complementary Color

#a7ddfa #fac4a7

#a7ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ddfa Color CSS Codes

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

#a7ddfa Text Font Color

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

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


#a7ddfa Background Color

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

This div background color is #a7ddfa


#a7ddfa Border Color

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

This div border color is #a7ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ddfa


Comments

No comments written yet.

Please login to write comment.