Color Hex Logo

#9feaae Color Hex

#9FEAAE
(159,234,174)
4 Favorites   0 Comments

Color spaces of #9feaae

RGB 159234174
HSL0.370.640.77
HSV132°32°92°
CMYK 0.320.000.26   0.08
XYZ51.360969.272650.7083
Yxy69.27260.29980.4043
Hunter Lab83.2302-35.501422.1385
CIE-Lab86.6389-35.152321.9381

#9feaae color RGB value is (159,234,174).

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

The process color (four color CMYK) of #9feaae color hex is 0.32, 0.00, 0.26, 0.08. Web safe color of #9feaae is #99ff99. Color #9feaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101010 10101110
Octal 237 352 256
Decimal 159 234 174
Hex 9F EA AE

RGB Percentages of Color #9feaae

%28.04
%41.27
%30.69

CMYK Percentages of Color #9feaae

%32
%0
%26
%8

Triadic Colors of #9feaae

#9feaae #ae9fea #eaae9f

Analogous Colors of #9feaae

#9feaae #9fead4 #b6ea9f

Monochromatic Colors of #9feaae

#9feaae

Complementary Color

#9feaae #ea9fdb

#9feaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9feaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9feaae Color CSS Codes

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

#9feaae Text Font Color

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

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


#9feaae Background Color

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

This div background color is #9feaae


#9feaae Border Color

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

This div border color is #9feaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9feaae


Comments

No comments written yet.

Please login to write comment.