Color Hex Logo

#addab5 Color Hex

#ADDAB5
(173,218,181)
0 Favorites   0 Comments

Color spaces of #addab5

RGB 173218181
HSL0.360.380.77
HSV131°21°85°
CMYK 0.210.000.17   0.15
XYZ50.645562.363253.0841
Yxy62.36320.30490.3755
Hunter Lab78.9704-23.722015.4244
CIE-Lab83.1062-21.825013.4631

#addab5 color RGB value is (173,218,181).

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

The process color (four color CMYK) of #addab5 color hex is 0.21, 0.00, 0.17, 0.15. Web safe color of #addab5 is #99cccc. Color #addab5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 10110101
Octal 255 332 265
Decimal 173 218 181
Hex AD DA B5

RGB Percentages of Color #addab5

%30.24
%38.11
%31.64

CMYK Percentages of Color #addab5

%21
%0
%17
%15

Triadic Colors of #addab5

#addab5 #b5adda #dab5ad

Analogous Colors of #addab5

#addab5 #addacc #bcdaad

Monochromatic Colors of #addab5

#addab5

Complementary Color

#addab5 #daadd2

#addab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addab5 Color CSS Codes

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

#addab5 Text Font Color

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

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


#addab5 Background Color

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

This div background color is #addab5


#addab5 Border Color

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

This div border color is #addab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addab5


Comments

No comments written yet.

Please login to write comment.