Color Hex Logo

#addef5 Color Hex

#ADDEF5
(173,222,245)
0 Favorites   0 Comments

Color spaces of #addef5

RGB 173222245
HSL0.550.780.82
HSV199°29°96°
CMYK 0.290.090.00   0.04
XYZ59.836367.719496.3036
Yxy67.71940.26730.3025
Hunter Lab82.2918-14.2191-11.7810
CIE-Lab85.8659-10.5498-16.3497

#addef5 color RGB value is (173,222,245).

#addef5 hex color red value is 173, green value is 222 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #addef5 hue: 0.55 , saturation: 0.78 and the lightness value of addef5 is 0.82.

The process color (four color CMYK) of #addef5 color hex is 0.29, 0.09, 0.00, 0.04. Web safe color of #addef5 is #99ccff. Color #addef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11110101
Octal 255 336 365
Decimal 173 222 245
Hex AD DE F5

RGB Percentages of Color #addef5

%27.03
%34.69
%38.28

CMYK Percentages of Color #addef5

%29
%9
%0
%4

Triadic Colors of #addef5

#addef5 #f5adde #def5ad

Analogous Colors of #addef5

#addef5 #adbaf5 #adf5e8

Monochromatic Colors of #addef5

#addef5

Complementary Color

#addef5 #f5c4ad

#addef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addef5 Color CSS Codes

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

#addef5 Text Font Color

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

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


#addef5 Background Color

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

This div background color is #addef5


#addef5 Border Color

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

This div border color is #addef5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,222,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addef5


Comments

No comments written yet.

Please login to write comment.