Color Hex Logo

#9febae Color Hex

#9FEBAE
(159,235,174)
0 Favorites   0 Comments

Color spaces of #9febae

RGB 159235174
HSL0.370.660.77
HSV132°32°92°
CMYK 0.320.000.26   0.08
XYZ51.646469.843650.8035
Yxy69.84360.29980.4054
Hunter Lab83.5725-35.941822.4585
CIE-Lab86.9201-35.611422.3260

#9febae color RGB value is (159,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101011 10101110
Octal 237 353 256
Decimal 159 235 174
Hex 9F EB AE

RGB Percentages of Color #9febae

%27.99
%41.37
%30.63

CMYK Percentages of Color #9febae

%32
%0
%26
%8

Triadic Colors of #9febae

#9febae #ae9feb #ebae9f

Analogous Colors of #9febae

#9febae #9febd4 #b6eb9f

Monochromatic Colors of #9febae

#9febae

Complementary Color

#9febae #eb9fdc

#9febae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9febae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9febae Color CSS Codes

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

#9febae Text Font Color

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

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


#9febae Background Color

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

This div background color is #9febae


#9febae Border Color

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

This div border color is #9febae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9febae


Comments

No comments written yet.

Please login to write comment.