Color Hex Logo

#0ee792 Color Hex

#0EE792
(14,231,146)
0 Favorites   0 Comments

Color spaces of #0ee792

RGB 14231146
HSL0.430.890.48
HSV156°94°91°
CMYK 0.940.000.37   0.09
XYZ33.945359.320536.8550
Yxy59.32050.26090.4559
Hunter Lab77.0198-56.113525.5428
CIE-Lab81.4674-65.372728.6647

#0ee792 color RGB value is (14,231,146).

#0ee792 hex color red value is 14, green value is 231 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #0ee792 hue: 0.43 , saturation: 0.89 and the lightness value of 0ee792 is 0.48.

The process color (four color CMYK) of #0ee792 color hex is 0.94, 0.00, 0.37, 0.09. Web safe color of #0ee792 is #00ff99. Color #0ee792 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11100111 10010010
Octal 16 347 222
Decimal 14 231 146
Hex E E7 92

RGB Percentages of Color #0ee792

%3.58
%59.08
%37.34

CMYK Percentages of Color #0ee792

%94
%0
%37
%9

Triadic Colors of #0ee792

#0ee792 #920ee7 #e7920e

Analogous Colors of #0ee792

#0ee792 #0ed0e7 #0ee726

Monochromatic Colors of #0ee792

#0ee792

Complementary Color

#0ee792 #e70e63

#0ee792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee792 Color CSS Codes

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

#0ee792 Text Font Color

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

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


#0ee792 Background Color

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

This div background color is #0ee792


#0ee792 Border Color

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

This div border color is #0ee792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee792


Comments

No comments written yet.

Please login to write comment.