Color Hex Logo

#9addac Color Hex

#9ADDAC
(154,221,172)
0 Favorites   0 Comments

Color spaces of #9addac

RGB 154221172
HSL0.380.500.74
HSV136°30°87°
CMYK 0.300.000.22   0.13
XYZ46.629361.561548.4547
Yxy61.56150.29770.3930
Hunter Lab78.4611-31.224818.3075
CIE-Lab82.6797-30.998017.4434

#9addac color RGB value is (154,221,172).

#9addac hex color red value is 154, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9addac hue: 0.38 , saturation: 0.50 and the lightness value of 9addac is 0.74.

The process color (four color CMYK) of #9addac color hex is 0.30, 0.00, 0.22, 0.13. Web safe color of #9addac is #99cc99. Color #9addac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011101 10101100
Octal 232 335 254
Decimal 154 221 172
Hex 9A DD AC

RGB Percentages of Color #9addac

%28.15
%40.40
%31.44

CMYK Percentages of Color #9addac

%30
%0
%22
%13

Triadic Colors of #9addac

#9addac #ac9add #ddac9a

Analogous Colors of #9addac

#9addac #9addce #aadd9a

Monochromatic Colors of #9addac

#9addac

Complementary Color

#9addac #dd9acb

#9addac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9addac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9addac Color CSS Codes

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

#9addac Text Font Color

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

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


#9addac Background Color

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

This div background color is #9addac


#9addac Border Color

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

This div border color is #9addac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,221,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9addac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9addac;
  -webkit-box-shadow: 1px 1px 3px 2px #9addac;
  box-shadow:         1px 1px 3px 2px #9addac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,221,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 #9addac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9addac


Comments

No comments written yet.

Please login to write comment.