Color Hex Logo

#addaab Color Hex

#ADDAAB
(173,218,171)
0 Favorites   0 Comments

Color spaces of #addaab

RGB 173218171
HSL0.330.390.76
HSV117°22°85°
CMYK 0.210.000.22   0.15
XYZ49.655761.967347.8718
Yxy61.96730.31130.3885
Hunter Lab78.7193-25.162019.0473
CIE-Lab82.8960-23.577318.4312

#addaab color RGB value is (173,218,171).

#addaab hex color red value is 173, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #addaab hue: 0.33 , saturation: 0.39 and the lightness value of addaab is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 10101011
Octal 255 332 253
Decimal 173 218 171
Hex AD DA AB

RGB Percentages of Color #addaab

%30.78
%38.79
%30.43

CMYK Percentages of Color #addaab

%21
%0
%22
%15

Triadic Colors of #addaab

#addaab #abadda #daabad

Analogous Colors of #addaab

#addaab #abdac1 #c5daab

Monochromatic Colors of #addaab

#addaab

Complementary Color

#addaab #d8abda

#addaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#addaab Color CSS Codes

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

#addaab Text Font Color

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

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


#addaab Background Color

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

This div background color is #addaab


#addaab Border Color

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

This div border color is #addaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addaab


Comments

No comments written yet.

Please login to write comment.