Color Hex Logo

#9dafae Color Hex

#9DAFAE
(157,175,174)
0 Favorites   0 Comments

Color spaces of #9dafae

RGB 157175174
HSL0.490.100.65
HSV177°10°69°
CMYK 0.100.000.01   0.31
XYZ36.874640.884045.9923
Yxy40.88400.29800.3304
Hunter Lab63.9406-8.95492.1113
CIE-Lab70.0946-6.4276-1.6234

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101111 10101110
Octal 235 257 256
Decimal 157 175 174
Hex 9D AF AE

RGB Percentages of Color #9dafae

%31.03
%34.58
%34.39

CMYK Percentages of Color #9dafae

%10
%0
%1
%31

Triadic Colors of #9dafae

#9dafae #ae9daf #afae9d

Analogous Colors of #9dafae

#9dafae #9da7af #9dafa5

Monochromatic Colors of #9dafae

#9dafae

Complementary Color

#9dafae #af9d9e

#9dafae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dafae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dafae Color CSS Codes

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

#9dafae Text Font Color

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

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


#9dafae Background Color

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

This div background color is #9dafae


#9dafae Border Color

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

This div border color is #9dafae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dafae


Comments

No comments written yet.

Please login to write comment.