Color Hex Logo

#9bc933 Color Hex

#9BC933
(155,201,51)
0 Favorites   0 Comments

Color spaces of #9bc933

RGB 15520151
HSL0.220.600.49
HSV78°75°79°
CMYK 0.230.000.75   0.21
XYZ35.001848.980910.7414
Yxy48.98090.36950.5171
Hunter Lab69.9864-33.204139.8907
CIE-Lab75.4394-35.747165.2418

#9bc933 color RGB value is (155,201,51).

#9bc933 hex color red value is 155, green value is 201 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #9bc933 hue: 0.22 , saturation: 0.60 and the lightness value of 9bc933 is 0.49.

The process color (four color CMYK) of #9bc933 color hex is 0.23, 0.00, 0.75, 0.21. Web safe color of #9bc933 is #99cc33. Color #9bc933 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001001 00110011
Octal 233 311 63
Decimal 155 201 51
Hex 9B C9 33

RGB Percentages of Color #9bc933

%38.08
%49.39
%12.53

CMYK Percentages of Color #9bc933

%23
%0
%75
%21

Triadic Colors of #9bc933

#9bc933 #339bc9 #c9339b

Analogous Colors of #9bc933

#9bc933 #50c933 #c9ac33

Monochromatic Colors of #9bc933

#9bc933

Complementary Color

#9bc933 #6133c9

#9bc933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc933 Color CSS Codes

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

#9bc933 Text Font Color

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

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


#9bc933 Background Color

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

This div background color is #9bc933


#9bc933 Border Color

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

This div border color is #9bc933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc933


Comments

No comments written yet.

Please login to write comment.