Color Hex Logo

#9ccb1e Color Hex

#9CCB1E
(156,203,30)
0 Favorites   0 Comments

Color spaces of #9ccb1e

RGB 15620330
HSL0.210.740.46
HSV76°85°80°
CMYK 0.230.000.85   0.20
XYZ35.300649.87358.9943
Yxy49.87350.37490.5296
Hunter Lab70.6212-34.362341.8837
CIE-Lab75.9916-37.109971.5033

#9ccb1e color RGB value is (156,203,30).

#9ccb1e hex color red value is 156, green value is 203 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #9ccb1e hue: 0.21 , saturation: 0.74 and the lightness value of 9ccb1e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001011 00011110
Octal 234 313 36
Decimal 156 203 30
Hex 9C CB 1E

RGB Percentages of Color #9ccb1e

%40.10
%52.19
%7.71

CMYK Percentages of Color #9ccb1e

%23
%0
%85
%20

Triadic Colors of #9ccb1e

#9ccb1e #1e9ccb #cb1e9c

Analogous Colors of #9ccb1e

#9ccb1e #46cb1e #cba41e

Monochromatic Colors of #9ccb1e

#9ccb1e

Complementary Color

#9ccb1e #4d1ecb

#9ccb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccb1e Color CSS Codes

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

#9ccb1e Text Font Color

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

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


#9ccb1e Background Color

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

This div background color is #9ccb1e


#9ccb1e Border Color

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

This div border color is #9ccb1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,203,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ccb1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ccb1e;
  -webkit-box-shadow: 1px 1px 3px 2px #9ccb1e;
  box-shadow:         1px 1px 3px 2px #9ccb1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,203,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccb1e


Comments

No comments written yet.

Please login to write comment.