Color Hex Logo

#9fdeae Color Hex

#9FDEAE
(159,222,174)
0 Favorites   0 Comments

Color spaces of #9fdeae

RGB 159222174
HSL0.370.490.75
HSV134°28°87°
CMYK 0.280.000.22   0.13
XYZ48.059362.669549.6078
Yxy62.66950.29970.3909
Hunter Lab79.1641-30.172518.2610
CIE-Lab83.2682-29.544017.2563

#9fdeae color RGB value is (159,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011110 10101110
Octal 237 336 256
Decimal 159 222 174
Hex 9F DE AE

RGB Percentages of Color #9fdeae

%28.65
%40.00
%31.35

CMYK Percentages of Color #9fdeae

%28
%0
%22
%13

Triadic Colors of #9fdeae

#9fdeae #ae9fde #deae9f

Analogous Colors of #9fdeae

#9fdeae #9fdece #b0de9f

Monochromatic Colors of #9fdeae

#9fdeae

Complementary Color

#9fdeae #de9fcf

#9fdeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdeae Color CSS Codes

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

#9fdeae Text Font Color

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

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


#9fdeae Background Color

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

This div background color is #9fdeae


#9fdeae Border Color

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

This div border color is #9fdeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdeae


Comments

No comments written yet.

Please login to write comment.