Color Hex Logo

#0ee35f Color Hex

#0EE35F
(14,227,95)
0 Favorites   0 Comments

Color spaces of #0ee35f

RGB 1422795
HSL0.400.880.47
HSV143°94°89°
CMYK 0.940.000.58   0.11
XYZ29.715755.857820.0419
Yxy55.85780.28140.5289
Hunter Lab74.7381-59.820436.4173
CIE-Lab79.5328-72.425750.9430

#0ee35f color RGB value is (14,227,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11100011 01011111
Octal 16 343 137
Decimal 14 227 95
Hex E E3 5F

RGB Percentages of Color #0ee35f

%4.17
%67.56
%28.27

CMYK Percentages of Color #0ee35f

%94
%0
%58
%11

Triadic Colors of #0ee35f

#0ee35f #5f0ee3 #e35f0e

Analogous Colors of #0ee35f

#0ee35f #0ee3ca #28e30e

Monochromatic Colors of #0ee35f

#0ee35f

Complementary Color

#0ee35f #e30e92

#0ee35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee35f Color CSS Codes

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

#0ee35f Text Font Color

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

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


#0ee35f Background Color

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

This div background color is #0ee35f


#0ee35f Border Color

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

This div border color is #0ee35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee35f


Comments

No comments written yet.

Please login to write comment.