Color Hex Logo

#0ee578 Color Hex

#0EE578
(14,229,120)
0 Favorites   0 Comments

Color spaces of #0ee578

RGB 14229120
HSL0.420.880.48
HSV150°94°90°
CMYK 0.940.000.48   0.10
XYZ31.590657.488127.2006
Yxy57.48810.27170.4944
Hunter Lab75.8209-58.315031.8045
CIE-Lab80.4533-69.401540.3379

#0ee578 color RGB value is (14,229,120).

#0ee578 hex color red value is 14, green value is 229 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #0ee578 hue: 0.42 , saturation: 0.88 and the lightness value of 0ee578 is 0.48.

The process color (four color CMYK) of #0ee578 color hex is 0.94, 0.00, 0.48, 0.10. Web safe color of #0ee578 is #00cc66. Color #0ee578 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11100101 01111000
Octal 16 345 170
Decimal 14 229 120
Hex E E5 78

RGB Percentages of Color #0ee578

%3.86
%63.09
%33.06

CMYK Percentages of Color #0ee578

%94
%0
%48
%10

Triadic Colors of #0ee578

#0ee578 #780ee5 #e5780e

Analogous Colors of #0ee578

#0ee578 #0ee5e4 #10e50e

Monochromatic Colors of #0ee578

#0ee578

Complementary Color

#0ee578 #e50e7b

#0ee578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee578 Color CSS Codes

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

#0ee578 Text Font Color

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

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


#0ee578 Background Color

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

This div background color is #0ee578


#0ee578 Border Color

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

This div border color is #0ee578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee578


Comments

No comments written yet.

Please login to write comment.