Color Hex Logo

#9be61f Color Hex

#9BE61F
(155,230,31)
0 Favorites   0 Comments

Color spaces of #9be61f

RGB 15523031
HSL0.230.800.51
HSV83°87°90°
CMYK 0.330.000.87   0.10
XYZ42.061763.661111.3673
Yxy63.66110.35920.5437
Hunter Lab79.7879-45.529247.4045
CIE-Lab83.7890-49.100677.8764

#9be61f color RGB value is (155,230,31).

#9be61f hex color red value is 155, green value is 230 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #9be61f hue: 0.23 , saturation: 0.80 and the lightness value of 9be61f is 0.51.

The process color (four color CMYK) of #9be61f color hex is 0.33, 0.00, 0.87, 0.10. Web safe color of #9be61f is #99ff33. Color #9be61f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100110 00011111
Octal 233 346 37
Decimal 155 230 31
Hex 9B E6 1F

RGB Percentages of Color #9be61f

%37.26
%55.29
%7.45

CMYK Percentages of Color #9be61f

%33
%0
%87
%10

Triadic Colors of #9be61f

#9be61f #1f9be6 #e61f9b

Analogous Colors of #9be61f

#9be61f #38e61f #e6ce1f

Monochromatic Colors of #9be61f

#9be61f

Complementary Color

#9be61f #6a1fe6

#9be61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be61f Color CSS Codes

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

#9be61f Text Font Color

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

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


#9be61f Background Color

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

This div background color is #9be61f


#9be61f Border Color

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

This div border color is #9be61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be61f


Comments

No comments written yet.

Please login to write comment.