Color Hex Logo

#9eca55 Color Hex

#9ECA55
(158,202,85)
0 Favorites   0 Comments

Color spaces of #9eca55

RGB 15820285
HSL0.230.520.56
HSV83°58°79°
CMYK 0.220.000.58   0.21
XYZ36.860850.166016.3346
Yxy50.16600.35660.4853
Hunter Lab70.8280-31.052735.9059
CIE-Lab76.1710-32.664852.6451

#9eca55 color RGB value is (158,202,85).

#9eca55 hex color red value is 158, green value is 202 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #9eca55 hue: 0.23 , saturation: 0.52 and the lightness value of 9eca55 is 0.56.

The process color (four color CMYK) of #9eca55 color hex is 0.22, 0.00, 0.58, 0.21. Web safe color of #9eca55 is #99cc66. Color #9eca55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001010 01010101
Octal 236 312 125
Decimal 158 202 85
Hex 9E CA 55

RGB Percentages of Color #9eca55

%35.51
%45.39
%19.10

CMYK Percentages of Color #9eca55

%22
%0
%58
%21

Triadic Colors of #9eca55

#9eca55 #559eca #ca559e

Analogous Colors of #9eca55

#9eca55 #64ca55 #cabc55

Monochromatic Colors of #9eca55

#9eca55

Complementary Color

#9eca55 #8155ca

#9eca55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eca55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eca55 Color CSS Codes

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

#9eca55 Text Font Color

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

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


#9eca55 Background Color

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

This div background color is #9eca55


#9eca55 Border Color

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

This div border color is #9eca55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eca55


Comments

No comments written yet.

Please login to write comment.