Color Hex Logo

#9bc352 Color Hex

#9BC352
(155,195,82)
0 Favorites   0 Comments

Color spaces of #9bc352

RGB 15519582
HSL0.230.480.54
HSV81°58°76°
CMYK 0.210.000.58   0.24
XYZ34.555746.608015.1576
Yxy46.60800.35880.4839
Hunter Lab68.2701-29.122734.6252
CIE-Lab73.9383-30.805851.4119

#9bc352 color RGB value is (155,195,82).

#9bc352 hex color red value is 155, green value is 195 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #9bc352 hue: 0.23 , saturation: 0.48 and the lightness value of 9bc352 is 0.54.

The process color (four color CMYK) of #9bc352 color hex is 0.21, 0.00, 0.58, 0.24. Web safe color of #9bc352 is #99cc66. Color #9bc352 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000011 01010010
Octal 233 303 122
Decimal 155 195 82
Hex 9B C3 52

RGB Percentages of Color #9bc352

%35.88
%45.14
%18.98

CMYK Percentages of Color #9bc352

%21
%0
%58
%24

Triadic Colors of #9bc352

#9bc352 #529bc3 #c3529b

Analogous Colors of #9bc352

#9bc352 #63c352 #c3b352

Monochromatic Colors of #9bc352

#9bc352

Complementary Color

#9bc352 #7a52c3

#9bc352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc352 Color CSS Codes

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

#9bc352 Text Font Color

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

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


#9bc352 Background Color

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

This div background color is #9bc352


#9bc352 Border Color

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

This div border color is #9bc352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc352


Comments

No comments written yet.

Please login to write comment.