Color Hex Logo

#addbac Color Hex

#ADDBAC
(173,219,172)
0 Favorites   0 Comments

Color spaces of #addbac

RGB 173219172
HSL0.330.390.77
HSV119°21°86°
CMYK 0.210.000.21   0.14
XYZ50.011562.525848.4625
Yxy62.52580.31060.3884
Hunter Lab79.0733-25.482219.0136
CIE-Lab83.1923-23.894618.3189

#addbac color RGB value is (173,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 10101100
Octal 255 333 254
Decimal 173 219 172
Hex AD DB AC

RGB Percentages of Color #addbac

%30.67
%38.83
%30.50

CMYK Percentages of Color #addbac

%21
%0
%21
%14

Triadic Colors of #addbac

#addbac #acaddb #dbacad

Analogous Colors of #addbac

#addbac #acdbc3 #c5dbac

Monochromatic Colors of #addbac

#addbac

Complementary Color

#addbac #daacdb

#addbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbac Color CSS Codes

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

#addbac Text Font Color

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

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


#addbac Background Color

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

This div background color is #addbac


#addbac Border Color

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

This div border color is #addbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbac


Comments

No comments written yet.

Please login to write comment.