Color Hex Logo

#9bec30 Color Hex

#9BEC30
(155,236,48)
0 Favorites   0 Comments

Color spaces of #9bec30

RGB 15523648
HSL0.240.830.56
HSV86°80°93°
CMYK 0.340.000.80   0.07
XYZ44.046567.172913.4405
Yxy67.17290.35330.5388
Hunter Lab81.9591-47.498847.6484
CIE-Lab85.5912-50.967375.5750

#9bec30 color RGB value is (155,236,48).

#9bec30 hex color red value is 155, green value is 236 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #9bec30 hue: 0.24 , saturation: 0.83 and the lightness value of 9bec30 is 0.56.

The process color (four color CMYK) of #9bec30 color hex is 0.34, 0.00, 0.80, 0.07. Web safe color of #9bec30 is #99ff33. Color #9bec30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101100 00110000
Octal 233 354 60
Decimal 155 236 48
Hex 9B EC 30

RGB Percentages of Color #9bec30

%35.31
%53.76
%10.93

CMYK Percentages of Color #9bec30

%34
%0
%80
%7

Triadic Colors of #9bec30

#9bec30 #309bec #ec309b

Analogous Colors of #9bec30

#9bec30 #3dec30 #ecdf30

Monochromatic Colors of #9bec30

#9bec30

Complementary Color

#9bec30 #8130ec

#9bec30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bec30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bec30 Color CSS Codes

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

#9bec30 Text Font Color

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

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


#9bec30 Background Color

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

This div background color is #9bec30


#9bec30 Border Color

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

This div border color is #9bec30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bec30


Comments

No comments written yet.

Please login to write comment.