Color Hex Logo

#0ee594 Color Hex

#0EE594
(14,229,148)
0 Favorites   0 Comments

Color spaces of #0ee594

RGB 14229148
HSL0.440.880.48
HSV157°94°90°
CMYK 0.940.000.35   0.10
XYZ33.545758.270137.4962
Yxy58.27010.25940.4506
Hunter Lab76.3349-55.143424.3107
CIE-Lab80.8887-64.275726.8632

#0ee594 color RGB value is (14,229,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11100101 10010100
Octal 16 345 224
Decimal 14 229 148
Hex E E5 94

RGB Percentages of Color #0ee594

%3.58
%58.57
%37.85

CMYK Percentages of Color #0ee594

%94
%0
%35
%10

Triadic Colors of #0ee594

#0ee594 #940ee5 #e5940e

Analogous Colors of #0ee594

#0ee594 #0ecbe5 #0ee529

Monochromatic Colors of #0ee594

#0ee594

Complementary Color

#0ee594 #e50e5f

#0ee594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee594 Color CSS Codes

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

#0ee594 Text Font Color

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

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


#0ee594 Background Color

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

This div background color is #0ee594


#0ee594 Border Color

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

This div border color is #0ee594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee594


Comments

No comments written yet.

Please login to write comment.