Color Hex Logo

#add8ee Color Hex

#ADD8EE
(173,216,238)
0 Favorites   0 Comments

Color spaces of #add8ee

RGB 173216238
HSL0.560.660.81
HSV200°27°93°
CMYK 0.270.090.00   0.07
XYZ57.222164.169090.2589
Yxy64.16900.27040.3032
Hunter Lab80.1056-12.6762-10.7311
CIE-Lab84.0537-9.0721-15.3705

#add8ee color RGB value is (173,216,238).

#add8ee hex color red value is 173, green value is 216 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #add8ee hue: 0.56 , saturation: 0.66 and the lightness value of add8ee is 0.81.

The process color (four color CMYK) of #add8ee color hex is 0.27, 0.09, 0.00, 0.07. Web safe color of #add8ee is #99ccff. Color #add8ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 11101110
Octal 255 330 356
Decimal 173 216 238
Hex AD D8 EE

RGB Percentages of Color #add8ee

%27.59
%34.45
%37.96

CMYK Percentages of Color #add8ee

%27
%9
%0
%7

Triadic Colors of #add8ee

#add8ee #eeadd8 #d8eead

Analogous Colors of #add8ee

#add8ee #adb8ee #adeee4

Monochromatic Colors of #add8ee

#add8ee

Complementary Color

#add8ee #eec3ad

#add8ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add8ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#add8ee Color CSS Codes

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

#add8ee Text Font Color

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

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


#add8ee Background Color

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

This div background color is #add8ee


#add8ee Border Color

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

This div border color is #add8ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add8ee


Comments

No comments written yet.

Please login to write comment.