Color Hex Logo

#9adaac Color Hex

#9ADAAC
(154,218,172)
0 Favorites   0 Comments

Color spaces of #9adaac

RGB 154218172
HSL0.380.460.73
HSV137°29°85°
CMYK 0.290.000.21   0.15
XYZ45.844259.991448.1930
Yxy59.99140.29760.3895
Hunter Lab77.4541-29.892617.3268
CIE-Lab81.8335-29.576516.2599

#9adaac color RGB value is (154,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011010 10101100
Octal 232 332 254
Decimal 154 218 172
Hex 9A DA AC

RGB Percentages of Color #9adaac

%28.31
%40.07
%31.62

CMYK Percentages of Color #9adaac

%29
%0
%21
%15

Triadic Colors of #9adaac

#9adaac #ac9ada #daac9a

Analogous Colors of #9adaac

#9adaac #9adacc #a8da9a

Monochromatic Colors of #9adaac

#9adaac

Complementary Color

#9adaac #da9ac8

#9adaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adaac Color CSS Codes

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

#9adaac Text Font Color

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

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


#9adaac Background Color

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

This div background color is #9adaac


#9adaac Border Color

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

This div border color is #9adaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adaac


Comments

No comments written yet.

Please login to write comment.