Color Hex Logo

#addaea Color Hex

#ADDAEA
(173,218,234)
0 Favorites   0 Comments

Color spaces of #addaea

RGB 173218234
HSL0.540.590.80
HSV196°26°92°
CMYK 0.260.070.00   0.08
XYZ57.156364.967687.3694
Yxy64.96760.27280.3101
Hunter Lab80.6025-14.4776-7.8459
CIE-Lab84.4670-11.0157-12.6312

#addaea color RGB value is (173,218,234).

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

The process color (four color CMYK) of #addaea color hex is 0.26, 0.07, 0.00, 0.08. Web safe color of #addaea is #99ccff. Color #addaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11101010
Octal 255 332 352
Decimal 173 218 234
Hex AD DA EA

RGB Percentages of Color #addaea

%27.68
%34.88
%37.44

CMYK Percentages of Color #addaea

%26
%7
%0
%8

Triadic Colors of #addaea

#addaea #eaadda #daeaad

Analogous Colors of #addaea

#addaea #adbcea #adeadc

Monochromatic Colors of #addaea

#addaea

Complementary Color

#addaea #eabdad

#addaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#addaea Color CSS Codes

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

#addaea Text Font Color

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

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


#addaea Background Color

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

This div background color is #addaea


#addaea Border Color

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

This div border color is #addaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addaea


Comments

No comments written yet.

Please login to write comment.