Color Hex Logo

#0ed682 Color Hex

#0ED682
(14,214,130)
0 Favorites   0 Comments

Color spaces of #0ed682

RGB 14214130
HSL0.430.880.45
HSV155°93°84°
CMYK 0.930.000.39   0.16
XYZ28.256949.798229.2418
Yxy49.79820.26340.4641
Hunter Lab70.5678-52.018424.8290
CIE-Lab75.9452-62.608629.4901

#0ed682 color RGB value is (14,214,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11010110 10000010
Octal 16 326 202
Decimal 14 214 130
Hex E D6 82

RGB Percentages of Color #0ed682

%3.91
%59.78
%36.31

CMYK Percentages of Color #0ed682

%93
%0
%39
%16

Triadic Colors of #0ed682

#0ed682 #820ed6 #d6820e

Analogous Colors of #0ed682

#0ed682 #0ec6d6 #0ed61e

Monochromatic Colors of #0ed682

#0ed682

Complementary Color

#0ed682 #d60e62

#0ed682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed682 Color CSS Codes

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

#0ed682 Text Font Color

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

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


#0ed682 Background Color

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

This div background color is #0ed682


#0ed682 Border Color

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

This div border color is #0ed682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed682


Comments

No comments written yet.

Please login to write comment.