Color Hex Logo

#9dc7ae Color Hex

#9DC7AE
(157,199,174)
0 Favorites   0 Comments

Color spaces of #9dc7ae

RGB 157199174
HSL0.400.270.70
HSV144°21°78°
CMYK 0.210.000.13   0.22
XYZ41.968051.070947.6901
Yxy51.07090.29820.3629
Hunter Lab71.4639-20.235710.4587
CIE-Lab76.7219-18.92227.9788

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

#9dc7ae hex color red value is 157, green value is 199 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9dc7ae hue: 0.40 , saturation: 0.27 and the lightness value of 9dc7ae is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11000111 10101110
Octal 235 307 256
Decimal 157 199 174
Hex 9D C7 AE

RGB Percentages of Color #9dc7ae

%29.62
%37.55
%32.83

CMYK Percentages of Color #9dc7ae

%21
%0
%13
%22

Triadic Colors of #9dc7ae

#9dc7ae #ae9dc7 #c7ae9d

Analogous Colors of #9dc7ae

#9dc7ae #9dc7c3 #a1c79d

Monochromatic Colors of #9dc7ae

#9dc7ae

Complementary Color

#9dc7ae #c79db6

#9dc7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc7ae Color CSS Codes

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

#9dc7ae Text Font Color

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

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


#9dc7ae Background Color

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

This div background color is #9dc7ae


#9dc7ae Border Color

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

This div border color is #9dc7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc7ae


Comments

No comments written yet.

Please login to write comment.