Color Hex Logo

#0ead04 Color Hex

#0EAD04
(14,173,4)
0 Favorites   0 Comments

Color spaces of #0ead04

RGB 141734
HSL0.320.950.35
HSV116°98°68°
CMYK 0.920.000.98   0.32
XYZ15.146629.98935.1051
Yxy29.98930.30150.5969
Hunter Lab54.7625-46.463532.8066
CIE-Lab61.6450-63.597961.7525

#0ead04 color RGB value is (14,173,4).

#0ead04 hex color red value is 14, green value is 173 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #0ead04 hue: 0.32 , saturation: 0.95 and the lightness value of 0ead04 is 0.35.

The process color (four color CMYK) of #0ead04 color hex is 0.92, 0.00, 0.98, 0.32. Web safe color of #0ead04 is #009900. Color #0ead04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101101 00000100
Octal 16 255 4
Decimal 14 173 4
Hex E AD 4

RGB Percentages of Color #0ead04

%7.33
%90.58
%2.09

CMYK Percentages of Color #0ead04

%92
%0
%98
%32

Triadic Colors of #0ead04

#0ead04 #040ead #ad040e

Analogous Colors of #0ead04

#0ead04 #04ad4f #63ad04

Monochromatic Colors of #0ead04

#0ead04

Complementary Color

#0ead04 #a304ad

#0ead04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ead04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ead04 Color CSS Codes

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

#0ead04 Text Font Color

<p style="color:#0ead04">Text here</p>

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


#0ead04 Background Color

<div style="background-color:#0ead04">
Div content here</div>

This div background color is #0ead04


#0ead04 Border Color

<div style="border:3px solid #0ead04">
Div here</div>

This div border color is #0ead04


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,173,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ead04; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ead04;
  -webkit-box-shadow: 1px 1px 3px 2px #0ead04;
  box-shadow:         1px 1px 3px 2px #0ead04; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ead04


Comments

No comments written yet.

Please login to write comment.