Color Hex Logo

#addafa Color Hex

#ADDAFA
(173,218,250)
0 Favorites   0 Comments

Color spaces of #addafa

RGB 173218250
HSL0.570.890.83
HSV205°31°98°
CMYK 0.310.130.00   0.02
XYZ59.560365.9292100.0289
Yxy65.92920.26410.2923
Hunter Lab81.1968-11.1593-16.2035
CIE-Lab84.9603-7.3060-20.3554

#addafa color RGB value is (173,218,250).

#addafa hex color red value is 173, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #addafa hue: 0.57 , saturation: 0.89 and the lightness value of addafa is 0.83.

The process color (four color CMYK) of #addafa color hex is 0.31, 0.13, 0.00, 0.02. Web safe color of #addafa is #99ccff. Color #addafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11111010
Octal 255 332 372
Decimal 173 218 250
Hex AD DA FA

RGB Percentages of Color #addafa

%26.99
%34.01
%39.00

CMYK Percentages of Color #addafa

%31
%13
%0
%2

Triadic Colors of #addafa

#addafa #faadda #dafaad

Analogous Colors of #addafa

#addafa #adb4fa #adfaf4

Monochromatic Colors of #addafa

#addafa

Complementary Color

#addafa #facdad

#addafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#addafa Color CSS Codes

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

#addafa Text Font Color

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

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


#addafa Background Color

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

This div background color is #addafa


#addafa Border Color

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

This div border color is #addafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addafa


Comments

No comments written yet.

Please login to write comment.