Color Hex Logo

#9be313 Color Hex

#9BE313
(155,227,19)
0 Favorites   0 Comments

Color spaces of #9be313

RGB 15522719
HSL0.220.850.48
HSV81°92°89°
CMYK 0.320.000.92   0.11
XYZ41.104261.953710.4079
Yxy61.95370.36230.5460
Hunter Lab78.7107-44.527647.2576
CIE-Lab82.8888-48.133879.0520

#9be313 color RGB value is (155,227,19).

#9be313 hex color red value is 155, green value is 227 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #9be313 hue: 0.22 , saturation: 0.85 and the lightness value of 9be313 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100011 00010011
Octal 233 343 23
Decimal 155 227 19
Hex 9B E3 13

RGB Percentages of Color #9be313

%38.65
%56.61
%4.74

CMYK Percentages of Color #9be313

%32
%0
%92
%11

Triadic Colors of #9be313

#9be313 #139be3 #e3139b

Analogous Colors of #9be313

#9be313 #33e313 #e3c313

Monochromatic Colors of #9be313

#9be313

Complementary Color

#9be313 #5b13e3

#9be313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be313 Color CSS Codes

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

#9be313 Text Font Color

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

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


#9be313 Background Color

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

This div background color is #9be313


#9be313 Border Color

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

This div border color is #9be313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be313


Comments

No comments written yet.

Please login to write comment.