Color Hex Logo

#0ed696 Color Hex

#0ED696
(14,214,150)
0 Favorites   0 Comments

Color spaces of #0ed696

RGB 14214150
HSL0.450.880.45
HSV161°93°84°
CMYK 0.930.000.30   0.16
XYZ29.732750.388537.0130
Yxy50.38850.25380.4302
Hunter Lab70.9849-49.457018.7743
CIE-Lab76.3071-58.457119.5686

#0ed696 color RGB value is (14,214,150).

#0ed696 hex color red value is 14, green value is 214 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #0ed696 hue: 0.45 , saturation: 0.88 and the lightness value of 0ed696 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11010110 10010110
Octal 16 326 226
Decimal 14 214 150
Hex E D6 96

RGB Percentages of Color #0ed696

%3.70
%56.61
%39.68

CMYK Percentages of Color #0ed696

%93
%0
%30
%16

Triadic Colors of #0ed696

#0ed696 #960ed6 #d6960e

Analogous Colors of #0ed696

#0ed696 #0eb2d6 #0ed632

Monochromatic Colors of #0ed696

#0ed696

Complementary Color

#0ed696 #d60e4e

#0ed696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed696 Color CSS Codes

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

#0ed696 Text Font Color

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

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


#0ed696 Background Color

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

This div background color is #0ed696


#0ed696 Border Color

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

This div border color is #0ed696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed696


Comments

No comments written yet.

Please login to write comment.