Color Hex Logo

#9addae Color Hex

#9ADDAE
(154,221,174)
0 Favorites   0 Comments

Color spaces of #9addae

RGB 154221174
HSL0.380.500.74
HSV138°30°87°
CMYK 0.300.000.21   0.13
XYZ46.822961.638949.4741
Yxy61.63890.29650.3903
Hunter Lab78.5104-30.937517.5952
CIE-Lab82.7210-30.631216.4513

#9addae color RGB value is (154,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011101 10101110
Octal 232 335 256
Decimal 154 221 174
Hex 9A DD AE

RGB Percentages of Color #9addae

%28.05
%40.26
%31.69

CMYK Percentages of Color #9addae

%30
%0
%21
%13

Triadic Colors of #9addae

#9addae #ae9add #ddae9a

Analogous Colors of #9addae

#9addae #9addd0 #a8dd9a

Monochromatic Colors of #9addae

#9addae

Complementary Color

#9addae #dd9ac9

#9addae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9addae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9addae Color CSS Codes

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

#9addae Text Font Color

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

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


#9addae Background Color

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

This div background color is #9addae


#9addae Border Color

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

This div border color is #9addae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,221,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9addae


Comments

No comments written yet.

Please login to write comment.