Color Hex Logo

#9be06e Color Hex

#9BE06E
(155,224,110)
0 Favorites   0 Comments

Color spaces of #9be06e

RGB 155224110
HSL0.270.650.65
HSV96°51°88°
CMYK 0.310.000.51   0.12
XYZ42.987761.405724.3386
Yxy61.40570.33390.4770
Hunter Lab78.3618-39.211636.4382
CIE-Lab82.5964-41.184048.6152

#9be06e color RGB value is (155,224,110).

#9be06e hex color red value is 155, green value is 224 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #9be06e hue: 0.27 , saturation: 0.65 and the lightness value of 9be06e is 0.65.

The process color (four color CMYK) of #9be06e color hex is 0.31, 0.00, 0.51, 0.12. Web safe color of #9be06e is #99cc66. Color #9be06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100000 01101110
Octal 233 340 156
Decimal 155 224 110
Hex 9B E0 6E

RGB Percentages of Color #9be06e

%31.70
%45.81
%22.49

CMYK Percentages of Color #9be06e

%31
%0
%51
%12

Triadic Colors of #9be06e

#9be06e #6e9be0 #e06e9b

Analogous Colors of #9be06e

#9be06e #6ee07a #d4e06e

Monochromatic Colors of #9be06e

#9be06e

Complementary Color

#9be06e #b36ee0

#9be06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be06e Color CSS Codes

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

#9be06e Text Font Color

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

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


#9be06e Background Color

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

This div background color is #9be06e


#9be06e Border Color

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

This div border color is #9be06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be06e


Comments

No comments written yet.

Please login to write comment.