Color Hex Logo

#9bc25d Color Hex

#9BC25D
(155,194,93)
0 Favorites   0 Comments

Color spaces of #9bc25d

RGB 15519493
HSL0.230.450.56
HSV83°52°76°
CMYK 0.200.000.52   0.24
XYZ34.785146.342417.4675
Yxy46.34240.35280.4700
Hunter Lab68.0753-27.921732.4394
CIE-Lab73.7672-29.280146.0983

#9bc25d color RGB value is (155,194,93).

#9bc25d hex color red value is 155, green value is 194 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #9bc25d hue: 0.23 , saturation: 0.45 and the lightness value of 9bc25d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000010 01011101
Octal 233 302 135
Decimal 155 194 93
Hex 9B C2 5D

RGB Percentages of Color #9bc25d

%35.07
%43.89
%21.04

CMYK Percentages of Color #9bc25d

%20
%0
%52
%24

Triadic Colors of #9bc25d

#9bc25d #5d9bc2 #c25d9b

Analogous Colors of #9bc25d

#9bc25d #69c25d #c2b75d

Monochromatic Colors of #9bc25d

#9bc25d

Complementary Color

#9bc25d #845dc2

#9bc25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc25d Color CSS Codes

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

#9bc25d Text Font Color

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

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


#9bc25d Background Color

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

This div background color is #9bc25d


#9bc25d Border Color

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

This div border color is #9bc25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc25d


Comments

No comments written yet.

Please login to write comment.