Color Hex Logo

#9adeae Color Hex

#9ADEAE
(154,222,174)
0 Favorites   0 Comments

Color spaces of #9adeae

RGB 154222174
HSL0.380.510.74
HSV138°31°87°
CMYK 0.310.000.22   0.13
XYZ47.087762.168649.5624
Yxy62.16860.29650.3914
Hunter Lab78.8471-31.381617.9239
CIE-Lab83.0030-31.103616.8460

#9adeae color RGB value is (154,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011110 10101110
Octal 232 336 256
Decimal 154 222 174
Hex 9A DE AE

RGB Percentages of Color #9adeae

%28.00
%40.36
%31.64

CMYK Percentages of Color #9adeae

%31
%0
%22
%13

Triadic Colors of #9adeae

#9adeae #ae9ade #deae9a

Analogous Colors of #9adeae

#9adeae #9aded0 #a8de9a

Monochromatic Colors of #9adeae

#9adeae

Complementary Color

#9adeae #de9aca

#9adeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adeae Color CSS Codes

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

#9adeae Text Font Color

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

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


#9adeae Background Color

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

This div background color is #9adeae


#9adeae Border Color

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

This div border color is #9adeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adeae


Comments

No comments written yet.

Please login to write comment.