Color Hex Logo

#addef0 Color Hex

#ADDEF0
(173,222,240)
0 Favorites   0 Comments

Color spaces of #addef0

RGB 173222240
HSL0.540.690.81
HSV196°28°94°
CMYK 0.280.080.00   0.06
XYZ59.083067.418192.3371
Yxy67.41810.27000.3081
Hunter Lab82.1085-15.2463-9.2000
CIE-Lab85.7146-11.7035-13.9378

#addef0 color RGB value is (173,222,240).

#addef0 hex color red value is 173, green value is 222 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #addef0 hue: 0.54 , saturation: 0.69 and the lightness value of addef0 is 0.81.

The process color (four color CMYK) of #addef0 color hex is 0.28, 0.08, 0.00, 0.06. Web safe color of #addef0 is #99ccff. Color #addef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11110000
Octal 255 336 360
Decimal 173 222 240
Hex AD DE F0

RGB Percentages of Color #addef0

%27.24
%34.96
%37.80

CMYK Percentages of Color #addef0

%28
%8
%0
%6

Triadic Colors of #addef0

#addef0 #f0adde #def0ad

Analogous Colors of #addef0

#addef0 #adbdf0 #adf0e1

Monochromatic Colors of #addef0

#addef0

Complementary Color

#addef0 #f0bfad

#addef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addef0 Color CSS Codes

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

#addef0 Text Font Color

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

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


#addef0 Background Color

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

This div background color is #addef0


#addef0 Border Color

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

This div border color is #addef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addef0


Comments

No comments written yet.

Please login to write comment.