Color Hex Logo

#9eca53 Color Hex

#9ECA53
(158,202,83)
0 Favorites   0 Comments

Color spaces of #9eca53

RGB 15820283
HSL0.230.530.56
HSV82°59°79°
CMYK 0.220.000.59   0.21
XYZ36.782450.134715.9219
Yxy50.13470.35770.4875
Hunter Lab70.8059-31.182636.2317
CIE-Lab76.1519-32.840853.5146

#9eca53 color RGB value is (158,202,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001010 01010011
Octal 236 312 123
Decimal 158 202 83
Hex 9E CA 53

RGB Percentages of Color #9eca53

%35.67
%45.60
%18.74

CMYK Percentages of Color #9eca53

%22
%0
%59
%21

Triadic Colors of #9eca53

#9eca53 #539eca #ca539e

Analogous Colors of #9eca53

#9eca53 #63ca53 #cabb53

Monochromatic Colors of #9eca53

#9eca53

Complementary Color

#9eca53 #7f53ca

#9eca53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eca53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eca53 Color CSS Codes

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

#9eca53 Text Font Color

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

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


#9eca53 Background Color

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

This div background color is #9eca53


#9eca53 Border Color

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

This div border color is #9eca53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eca53


Comments

No comments written yet.

Please login to write comment.