Color Hex Logo

#9de091 Color Hex

#9DE091
(157,224,145)
0 Favorites   0 Comments

Color spaces of #9de091

RGB 157224145
HSL0.310.560.72
HSV111°35°88°
CMYK 0.300.000.35   0.12
XYZ45.671162.523736.4492
Yxy62.52370.31570.4323
Hunter Lab79.0719-35.276228.0199
CIE-Lab83.1911-35.922532.1500

#9de091 color RGB value is (157,224,145).

#9de091 hex color red value is 157, green value is 224 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #9de091 hue: 0.31 , saturation: 0.56 and the lightness value of 9de091 is 0.72.

The process color (four color CMYK) of #9de091 color hex is 0.30, 0.00, 0.35, 0.12. Web safe color of #9de091 is #99cc99. Color #9de091 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11100000 10010001
Octal 235 340 221
Decimal 157 224 145
Hex 9D E0 91

RGB Percentages of Color #9de091

%29.85
%42.59
%27.57

CMYK Percentages of Color #9de091

%30
%0
%35
%12

Triadic Colors of #9de091

#9de091 #919de0 #e0919d

Analogous Colors of #9de091

#9de091 #91e0ad #c5e091

Monochromatic Colors of #9de091

#9de091

Complementary Color

#9de091 #d491e0

#9de091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9de091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9de091 Color CSS Codes

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

#9de091 Text Font Color

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

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


#9de091 Background Color

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

This div background color is #9de091


#9de091 Border Color

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

This div border color is #9de091


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,224,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9de091">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9de091


Comments

No comments written yet.

Please login to write comment.