Color Hex Logo

#9fdfae Color Hex

#9FDFAE
(159,223,174)
0 Favorites   0 Comments

Color spaces of #9fdfae

RGB 159223174
HSL0.370.500.75
HSV134°29°87°
CMYK 0.290.000.22   0.13
XYZ48.325763.202349.6966
Yxy63.20230.29970.3920
Hunter Lab79.4999-30.619718.5868
CIE-Lab83.5487-30.018517.6482

#9fdfae color RGB value is (159,223,174).

#9fdfae hex color red value is 159, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9fdfae hue: 0.37 , saturation: 0.50 and the lightness value of 9fdfae is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 10101110
Octal 237 337 256
Decimal 159 223 174
Hex 9F DF AE

RGB Percentages of Color #9fdfae

%28.60
%40.11
%31.29

CMYK Percentages of Color #9fdfae

%29
%0
%22
%13

Triadic Colors of #9fdfae

#9fdfae #ae9fdf #dfae9f

Analogous Colors of #9fdfae

#9fdfae #9fdfce #b0df9f

Monochromatic Colors of #9fdfae

#9fdfae

Complementary Color

#9fdfae #df9fd0

#9fdfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdfae Color CSS Codes

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

#9fdfae Text Font Color

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

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


#9fdfae Background Color

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

This div background color is #9fdfae


#9fdfae Border Color

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

This div border color is #9fdfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdfae


Comments

No comments written yet.

Please login to write comment.