Color Hex Logo

#9aedae Color Hex

#9AEDAE
(154,237,174)
0 Favorites   0 Comments

Color spaces of #9aedae

RGB 154237174
HSL0.370.700.77
HSV134°35°93°
CMYK 0.350.000.27   0.07
XYZ51.250670.494450.9500
Yxy70.49440.29680.4082
Hunter Lab83.9609-37.973522.7937
CIE-Lab87.2388-38.029922.7265

#9aedae color RGB value is (154,237,174).

#9aedae hex color red value is 154, green value is 237 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9aedae hue: 0.37 , saturation: 0.70 and the lightness value of 9aedae is 0.77.

The process color (four color CMYK) of #9aedae color hex is 0.35, 0.00, 0.27, 0.07. Web safe color of #9aedae is #99ff99. Color #9aedae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101101 10101110
Octal 232 355 256
Decimal 154 237 174
Hex 9A ED AE

RGB Percentages of Color #9aedae

%27.26
%41.95
%30.80

CMYK Percentages of Color #9aedae

%35
%0
%27
%7

Triadic Colors of #9aedae

#9aedae #ae9aed #edae9a

Analogous Colors of #9aedae

#9aedae #9aedd8 #b0ed9a

Monochromatic Colors of #9aedae

#9aedae

Complementary Color

#9aedae #ed9ad9

#9aedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aedae Color CSS Codes

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

#9aedae Text Font Color

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

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


#9aedae Background Color

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

This div background color is #9aedae


#9aedae Border Color

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

This div border color is #9aedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aedae


Comments

No comments written yet.

Please login to write comment.