Color Hex Logo

#9ecb05 Color Hex

#9ECB05
(158,203,5)
0 Favorites   0 Comments

Color spaces of #9ecb05

RGB 1582035
HSL0.200.950.41
HSV74°98°80°
CMYK 0.220.000.98   0.20
XYZ35.483949.99197.9228
Yxy49.99190.37990.5353
Hunter Lab70.7050-34.151942.8498
CIE-Lab76.0643-36.802575.2348

#9ecb05 color RGB value is (158,203,5).

#9ecb05 hex color red value is 158, green value is 203 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #9ecb05 hue: 0.20 , saturation: 0.95 and the lightness value of 9ecb05 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001011 00000101
Octal 236 313 5
Decimal 158 203 5
Hex 9E CB 5

RGB Percentages of Color #9ecb05

%43.17
%55.46
%1.37

CMYK Percentages of Color #9ecb05

%22
%0
%98
%20

Triadic Colors of #9ecb05

#9ecb05 #059ecb #cb059e

Analogous Colors of #9ecb05

#9ecb05 #3bcb05 #cb9505

Monochromatic Colors of #9ecb05

#9ecb05

Complementary Color

#9ecb05 #3205cb

#9ecb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecb05 Color CSS Codes

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

#9ecb05 Text Font Color

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

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


#9ecb05 Background Color

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

This div background color is #9ecb05


#9ecb05 Border Color

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

This div border color is #9ecb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecb05


Comments

No comments written yet.

Please login to write comment.