Color Hex Logo

#9daeae Color Hex

#9DAEAE
(157,174,174)
0 Favorites   0 Comments

Color spaces of #9daeae

RGB 157174174
HSL0.500.090.65
HSV180°10°68°
CMYK 0.100.000.00   0.32
XYZ36.680740.496245.9277
Yxy40.49620.29800.3290
Hunter Lab63.6366-8.47521.7550
CIE-Lab69.8215-5.8909-2.0239

#9daeae color RGB value is (157,174,174).

#9daeae hex color red value is 157, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9daeae hue: 0.50 , saturation: 0.09 and the lightness value of 9daeae is 0.65.

The process color (four color CMYK) of #9daeae color hex is 0.10, 0.00, 0.00, 0.32. Web safe color of #9daeae is #999999. Color #9daeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101110 10101110
Octal 235 256 256
Decimal 157 174 174
Hex 9D AE AE

RGB Percentages of Color #9daeae

%31.09
%34.46
%34.46

CMYK Percentages of Color #9daeae

%10
%0
%0
%32

Triadic Colors of #9daeae

#9daeae #ae9dae #aeae9d

Analogous Colors of #9daeae

#9daeae #9da6ae #9daea6

Monochromatic Colors of #9daeae

#9daeae

Complementary Color

#9daeae #ae9d9d

#9daeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daeae Color CSS Codes

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

#9daeae Text Font Color

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

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


#9daeae Background Color

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

This div background color is #9daeae


#9daeae Border Color

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

This div border color is #9daeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daeae


Comments

No comments written yet.

Please login to write comment.