Color Hex Logo

#addade Color Hex

#ADDADE
(173,218,222)
0 Favorites   0 Comments

Color spaces of #addade

RGB 173218222
HSL0.510.430.77
HSV185°22°87°
CMYK 0.220.020.00   0.13
XYZ55.489864.301078.5939
Yxy64.30100.27970.3241
Hunter Lab80.1879-16.8073-1.9799
CIE-Lab84.1222-13.6718-6.7825

#addade color RGB value is (173,218,222).

#addade hex color red value is 173, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #addade hue: 0.51 , saturation: 0.43 and the lightness value of addade is 0.77.

The process color (four color CMYK) of #addade color hex is 0.22, 0.02, 0.00, 0.13. Web safe color of #addade is #99cccc. Color #addade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11011110
Octal 255 332 336
Decimal 173 218 222
Hex AD DA DE

RGB Percentages of Color #addade

%28.22
%35.56
%36.22

CMYK Percentages of Color #addade

%22
%2
%0
%13

Triadic Colors of #addade

#addade #deadda #dadead

Analogous Colors of #addade

#addade #adc2de #addeca

Monochromatic Colors of #addade

#addade

Complementary Color

#addade #deb1ad

#addade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addade Color Preview on White Background

Lorem ipsum dolor sit amet.

#addade Color CSS Codes

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

#addade Text Font Color

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

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


#addade Background Color

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

This div background color is #addade


#addade Border Color

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

This div border color is #addade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addade


Comments

No comments written yet.

Please login to write comment.