Color Hex Logo

#9ae214 Color Hex

#9AE214
(154,226,20)
0 Favorites   0 Comments

Color spaces of #9ae214

RGB 15422620
HSL0.220.840.48
HSV81°91°89°
CMYK 0.320.000.91   0.11
XYZ40.649061.313210.3540
Yxy61.31320.36190.5459
Hunter Lab78.3027-44.365846.9720
CIE-Lab82.5468-48.060878.6205

#9ae214 color RGB value is (154,226,20).

#9ae214 hex color red value is 154, green value is 226 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #9ae214 hue: 0.22 , saturation: 0.84 and the lightness value of 9ae214 is 0.48.

The process color (four color CMYK) of #9ae214 color hex is 0.32, 0.00, 0.91, 0.11. Web safe color of #9ae214 is #99cc00. Color #9ae214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11100010 00010100
Octal 232 342 24
Decimal 154 226 20
Hex 9A E2 14

RGB Percentages of Color #9ae214

%38.50
%56.50
%5.00

CMYK Percentages of Color #9ae214

%32
%0
%91
%11

Triadic Colors of #9ae214

#9ae214 #149ae2 #e2149a

Analogous Colors of #9ae214

#9ae214 #33e214 #e2c314

Monochromatic Colors of #9ae214

#9ae214

Complementary Color

#9ae214 #5c14e2

#9ae214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ae214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ae214 Color CSS Codes

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

#9ae214 Text Font Color

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

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


#9ae214 Background Color

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

This div background color is #9ae214


#9ae214 Border Color

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

This div border color is #9ae214


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,226,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ae214; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ae214;
  -webkit-box-shadow: 1px 1px 3px 2px #9ae214;
  box-shadow:         1px 1px 3px 2px #9ae214; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,226,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ae214


Comments

No comments written yet.

Please login to write comment.