Color Hex Logo

#addaaf Color Hex

#ADDAAF
(173,218,175)
0 Favorites   0 Comments

Color spaces of #addaaf

RGB 173218175
HSL0.340.380.77
HSV123°21°85°
CMYK 0.210.000.20   0.15
XYZ50.042862.122249.9107
Yxy62.12220.30880.3833
Hunter Lab78.8176-24.597917.6274
CIE-Lab82.9784-22.888416.4440

#addaaf color RGB value is (173,218,175).

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

The process color (four color CMYK) of #addaaf color hex is 0.21, 0.00, 0.20, 0.15. Web safe color of #addaaf is #99cc99. Color #addaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 10101111
Octal 255 332 257
Decimal 173 218 175
Hex AD DA AF

RGB Percentages of Color #addaaf

%30.57
%38.52
%30.92

CMYK Percentages of Color #addaaf

%21
%0
%20
%15

Triadic Colors of #addaaf

#addaaf #afadda #daafad

Analogous Colors of #addaaf

#addaaf #addac6 #c2daad

Monochromatic Colors of #addaaf

#addaaf

Complementary Color

#addaaf #daadd8

#addaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#addaaf Color CSS Codes

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

#addaaf Text Font Color

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

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


#addaaf Background Color

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

This div background color is #addaaf


#addaaf Border Color

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

This div border color is #addaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addaaf


Comments

No comments written yet.

Please login to write comment.