Color Hex Logo

#0ee458 Color Hex

#0EE458
(14,228,88)
0 Favorites   0 Comments

Color spaces of #0ee458

RGB 1422888
HSL0.390.880.47
HSV141°94°89°
CMYK 0.940.000.61   0.11
XYZ29.686056.284718.5320
Yxy56.28470.28410.5386
Hunter Lab75.0231-60.659637.8705
CIE-Lab79.7756-73.585254.2935

#0ee458 color RGB value is (14,228,88).

#0ee458 hex color red value is 14, green value is 228 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #0ee458 hue: 0.39 , saturation: 0.88 and the lightness value of 0ee458 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11100100 01011000
Octal 16 344 130
Decimal 14 228 88
Hex E E4 58

RGB Percentages of Color #0ee458

%4.24
%69.09
%26.67

CMYK Percentages of Color #0ee458

%94
%0
%61
%11

Triadic Colors of #0ee458

#0ee458 #580ee4 #e4580e

Analogous Colors of #0ee458

#0ee458 #0ee4c3 #2fe40e

Monochromatic Colors of #0ee458

#0ee458

Complementary Color

#0ee458 #e40e9a

#0ee458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee458 Color CSS Codes

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

#0ee458 Text Font Color

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

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


#0ee458 Background Color

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

This div background color is #0ee458


#0ee458 Border Color

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

This div border color is #0ee458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee458


Comments

No comments written yet.

Please login to write comment.