Color Hex Logo

#addeed Color Hex

#ADDEED
(173,222,237)
0 Favorites   0 Comments

Color spaces of #addeed

RGB 173222237
HSL0.540.640.80
HSV194°27°93°
CMYK 0.270.060.00   0.07
XYZ58.640967.241290.0089
Yxy67.24120.27160.3115
Hunter Lab82.0007-15.8512-7.6797
CIE-Lab85.6256-12.3867-12.4867

#addeed color RGB value is (173,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11101101
Octal 255 336 355
Decimal 173 222 237
Hex AD DE ED

RGB Percentages of Color #addeed

%27.37
%35.13
%37.50

CMYK Percentages of Color #addeed

%27
%6
%0
%7

Triadic Colors of #addeed

#addeed #edadde #deedad

Analogous Colors of #addeed

#addeed #adbeed #adeddc

Monochromatic Colors of #addeed

#addeed

Complementary Color

#addeed #edbcad

#addeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#addeed Color CSS Codes

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

#addeed Text Font Color

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

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


#addeed Background Color

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

This div background color is #addeed


#addeed Border Color

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

This div border color is #addeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addeed


Comments

No comments written yet.

Please login to write comment.