Color Hex Logo

#addefa Color Hex

#ADDEFA
(173,222,250)
0 Favorites   0 Comments

Color spaces of #addefa

RGB 173222250
HSL0.560.890.83
HSV202°31°98°
CMYK 0.310.110.00   0.02
XYZ60.610268.0289100.3789
Yxy68.02890.26470.2970
Hunter Lab82.4796-13.1685-14.4210
CIE-Lab86.0209-9.3781-18.7533

#addefa color RGB value is (173,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11111010
Octal 255 336 372
Decimal 173 222 250
Hex AD DE FA

RGB Percentages of Color #addefa

%26.82
%34.42
%38.76

CMYK Percentages of Color #addefa

%31
%11
%0
%2

Triadic Colors of #addefa

#addefa #faadde #defaad

Analogous Colors of #addefa

#addefa #adb8fa #adfaf0

Monochromatic Colors of #addefa

#addefa

Complementary Color

#addefa #fac9ad

#addefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#addefa Color CSS Codes

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

#addefa Text Font Color

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

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


#addefa Background Color

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

This div background color is #addefa


#addefa Border Color

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

This div border color is #addefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addefa


Comments

No comments written yet.

Please login to write comment.