Color Hex Logo

#9bdc72 Color Hex

#9BDC72
(155,220,114)
0 Favorites   0 Comments

Color spaces of #9bdc72

RGB 155220114
HSL0.270.600.65
HSV97°48°86°
CMYK 0.300.000.48   0.14
XYZ42.148059.369925.1577
Yxy59.36990.33270.4687
Hunter Lab77.0519-37.199834.5779
CIE-Lab81.4945-38.950145.3688

#9bdc72 color RGB value is (155,220,114).

#9bdc72 hex color red value is 155, green value is 220 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #9bdc72 hue: 0.27 , saturation: 0.60 and the lightness value of 9bdc72 is 0.65.

The process color (four color CMYK) of #9bdc72 color hex is 0.30, 0.00, 0.48, 0.14. Web safe color of #9bdc72 is #99cc66. Color #9bdc72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011100 01110010
Octal 233 334 162
Decimal 155 220 114
Hex 9B DC 72

RGB Percentages of Color #9bdc72

%31.70
%44.99
%23.31

CMYK Percentages of Color #9bdc72

%30
%0
%48
%14

Triadic Colors of #9bdc72

#9bdc72 #729bdc #dc729b

Analogous Colors of #9bdc72

#9bdc72 #72dc7e #d0dc72

Monochromatic Colors of #9bdc72

#9bdc72

Complementary Color

#9bdc72 #b372dc

#9bdc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdc72 Color CSS Codes

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

#9bdc72 Text Font Color

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

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


#9bdc72 Background Color

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

This div background color is #9bdc72


#9bdc72 Border Color

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

This div border color is #9bdc72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdc72


Comments

No comments written yet.

Please login to write comment.