Color Hex Logo

#0eb982 Color Hex

#0EB982
(14,185,130)
0 Favorites   0 Comments

Color spaces of #0eb982

RGB 14185130
HSL0.450.860.39
HSV161°92°73°
CMYK 0.920.000.30   0.27
XYZ21.559336.403027.0093
Yxy36.40300.25370.4284
Hunter Lab60.3349-41.803215.6929
CIE-Lab66.8267-52.080317.1396

#0eb982 color RGB value is (14,185,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111001 10000010
Octal 16 271 202
Decimal 14 185 130
Hex E B9 82

RGB Percentages of Color #0eb982

%4.26
%56.23
%39.51

CMYK Percentages of Color #0eb982

%92
%0
%30
%27

Triadic Colors of #0eb982

#0eb982 #820eb9 #b9820e

Analogous Colors of #0eb982

#0eb982 #0e9bb9 #0eb92d

Monochromatic Colors of #0eb982

#0eb982

Complementary Color

#0eb982 #b90e45

#0eb982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb982 Color CSS Codes

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

#0eb982 Text Font Color

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

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


#0eb982 Background Color

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

This div background color is #0eb982


#0eb982 Border Color

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

This div border color is #0eb982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb982


Comments

No comments written yet.

Please login to write comment.