Color Hex Logo

#0ead07 Color Hex

#0EAD07
(14,173,7)
0 Favorites   0 Comments

Color spaces of #0ead07

RGB 141737
HSL0.330.920.35
HSV117°96°68°
CMYK 0.920.000.96   0.32
XYZ15.163029.99585.1916
Yxy29.99580.30110.5957
Hunter Lab54.7684-46.425832.7177
CIE-Lab61.6506-63.524261.3571

#0ead07 color RGB value is (14,173,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101101 00000111
Octal 16 255 7
Decimal 14 173 7
Hex E AD 7

RGB Percentages of Color #0ead07

%7.22
%89.18
%3.61

CMYK Percentages of Color #0ead07

%92
%0
%96
%32

Triadic Colors of #0ead07

#0ead07 #070ead #ad070e

Analogous Colors of #0ead07

#0ead07 #07ad53 #61ad07

Monochromatic Colors of #0ead07

#0ead07

Complementary Color

#0ead07 #a607ad

#0ead07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ead07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ead07 Color CSS Codes

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

#0ead07 Text Font Color

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

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


#0ead07 Background Color

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

This div background color is #0ead07


#0ead07 Border Color

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

This div border color is #0ead07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ead07


Comments

No comments written yet.

Please login to write comment.