Color Hex Logo

#9ce12e Color Hex

#9CE12E
(156,225,46)
0 Favorites   0 Comments

Color spaces of #9ce12e

RGB 15622546
HSL0.230.750.53
HSV83°80°88°
CMYK 0.310.000.80   0.12
XYZ41.128761.115612.2136
Yxy61.11560.35930.5340
Hunter Lab78.1765-42.899845.4606
CIE-Lab82.4408-46.127973.2706

#9ce12e color RGB value is (156,225,46).

#9ce12e hex color red value is 156, green value is 225 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #9ce12e hue: 0.23 , saturation: 0.75 and the lightness value of 9ce12e is 0.53.

The process color (four color CMYK) of #9ce12e color hex is 0.31, 0.00, 0.80, 0.12. Web safe color of #9ce12e is #99cc33. Color #9ce12e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11100001 00101110
Octal 234 341 56
Decimal 156 225 46
Hex 9C E1 2E

RGB Percentages of Color #9ce12e

%36.53
%52.69
%10.77

CMYK Percentages of Color #9ce12e

%31
%0
%80
%12

Triadic Colors of #9ce12e

#9ce12e #2e9ce1 #e12e9c

Analogous Colors of #9ce12e

#9ce12e #42e12e #e1cd2e

Monochromatic Colors of #9ce12e

#9ce12e

Complementary Color

#9ce12e #732ee1

#9ce12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ce12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ce12e Color CSS Codes

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

#9ce12e Text Font Color

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

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


#9ce12e Background Color

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

This div background color is #9ce12e


#9ce12e Border Color

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

This div border color is #9ce12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ce12e


Comments

No comments written yet.

Please login to write comment.