Color Hex Logo

#9ecb1b Color Hex

#9ECB1B
(158,203,27)
0 Favorites   0 Comments

Color spaces of #9ecb1b

RGB 15820327
HSL0.210.770.45
HSV75°87°80°
CMYK 0.220.000.87   0.20
XYZ35.654350.06018.8203
Yxy50.06010.37720.5295
Hunter Lab70.7532-33.867442.1359
CIE-Lab76.1061-36.407472.2662

#9ecb1b color RGB value is (158,203,27).

#9ecb1b hex color red value is 158, green value is 203 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #9ecb1b hue: 0.21 , saturation: 0.77 and the lightness value of 9ecb1b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001011 00011011
Octal 236 313 33
Decimal 158 203 27
Hex 9E CB 1B

RGB Percentages of Color #9ecb1b

%40.72
%52.32
%6.96

CMYK Percentages of Color #9ecb1b

%22
%0
%87
%20

Triadic Colors of #9ecb1b

#9ecb1b #1b9ecb #cb1b9e

Analogous Colors of #9ecb1b

#9ecb1b #46cb1b #cba01b

Monochromatic Colors of #9ecb1b

#9ecb1b

Complementary Color

#9ecb1b #481bcb

#9ecb1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecb1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecb1b Color CSS Codes

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

#9ecb1b Text Font Color

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

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


#9ecb1b Background Color

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

This div background color is #9ecb1b


#9ecb1b Border Color

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

This div border color is #9ecb1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecb1b


Comments

No comments written yet.

Please login to write comment.