Color Hex Logo

#9be45f Color Hex

#9BE45F
(155,228,95)
0 Favorites   0 Comments

Color spaces of #9be45f

RGB 15522895
HSL0.260.710.63
HSV93°58°89°
CMYK 0.320.000.58   0.11
XYZ43.326563.281620.7575
Yxy63.28160.34020.4969
Hunter Lab79.5497-41.992640.2138
CIE-Lab83.5903-44.462756.6005

#9be45f color RGB value is (155,228,95).

#9be45f hex color red value is 155, green value is 228 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #9be45f hue: 0.26 , saturation: 0.71 and the lightness value of 9be45f is 0.63.

The process color (four color CMYK) of #9be45f color hex is 0.32, 0.00, 0.58, 0.11. Web safe color of #9be45f is #99cc66. Color #9be45f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100100 01011111
Octal 233 344 137
Decimal 155 228 95
Hex 9B E4 5F

RGB Percentages of Color #9be45f

%32.43
%47.70
%19.87

CMYK Percentages of Color #9be45f

%32
%0
%58
%11

Triadic Colors of #9be45f

#9be45f #5f9be4 #e45f9b

Analogous Colors of #9be45f

#9be45f #5fe466 #dee45f

Monochromatic Colors of #9be45f

#9be45f

Complementary Color

#9be45f #a85fe4

#9be45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be45f Color CSS Codes

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

#9be45f Text Font Color

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

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


#9be45f Background Color

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

This div background color is #9be45f


#9be45f Border Color

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

This div border color is #9be45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be45f


Comments

No comments written yet.

Please login to write comment.