Color Hex Logo

#9be616 Color Hex

#9BE616
(155,230,22)
0 Favorites   0 Comments

Color spaces of #9be616

RGB 15523022
HSL0.230.830.49
HSV82°90°90°
CMYK 0.330.000.90   0.10
XYZ41.959263.620110.8275
Yxy63.62010.36050.5465
Hunter Lab79.7622-45.683347.7851
CIE-Lab83.7676-49.318079.3544

#9be616 color RGB value is (155,230,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100110 00010110
Octal 233 346 26
Decimal 155 230 22
Hex 9B E6 16

RGB Percentages of Color #9be616

%38.08
%56.51
%5.41

CMYK Percentages of Color #9be616

%33
%0
%90
%10

Triadic Colors of #9be616

#9be616 #169be6 #e6169b

Analogous Colors of #9be616

#9be616 #33e616 #e6c916

Monochromatic Colors of #9be616

#9be616

Complementary Color

#9be616 #6116e6

#9be616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be616 Color CSS Codes

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

#9be616 Text Font Color

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

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


#9be616 Background Color

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

This div background color is #9be616


#9be616 Border Color

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

This div border color is #9be616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be616


Comments

No comments written yet.

Please login to write comment.