Color Hex Logo

#0ed094 Color Hex

#0ED094
(14,208,148)
0 Favorites   0 Comments

Color spaces of #0ed094

RGB 14208148
HSL0.450.870.44
HSV161°93°82°
CMYK 0.930.000.29   0.18
XYZ28.082347.343235.6750
Yxy47.34320.25280.4261
Hunter Lab68.8064-47.559117.4236
CIE-Lab74.4088-56.674617.9982

#0ed094 color RGB value is (14,208,148).

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

The process color (four color CMYK) of #0ed094 color hex is 0.93, 0.00, 0.29, 0.18. Web safe color of #0ed094 is #00cc99. Color #0ed094 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11010000 10010100
Octal 16 320 224
Decimal 14 208 148
Hex E D0 94

RGB Percentages of Color #0ed094

%3.78
%56.22
%40.00

CMYK Percentages of Color #0ed094

%93
%0
%29
%18

Triadic Colors of #0ed094

#0ed094 #940ed0 #d0940e

Analogous Colors of #0ed094

#0ed094 #0eabd0 #0ed033

Monochromatic Colors of #0ed094

#0ed094

Complementary Color

#0ed094 #d00e4a

#0ed094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed094 Color CSS Codes

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

#0ed094 Text Font Color

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

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


#0ed094 Background Color

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

This div background color is #0ed094


#0ed094 Border Color

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

This div border color is #0ed094


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,208,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 #0ed094">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed094


Comments

No comments written yet.

Please login to write comment.