Color Hex Logo

#0ebd6d Color Hex

#0EBD6D
(14,189,109)
0 Favorites   0 Comments

Color spaces of #0ebd6d

RGB 14189109
HSL0.420.860.40
HSV153°93°74°
CMYK 0.930.000.42   0.26
XYZ21.139037.592720.6100
Yxy37.59270.26640.4738
Hunter Lab61.3129-45.755722.9890
CIE-Lab67.7193-57.922529.5100

#0ebd6d color RGB value is (14,189,109).

#0ebd6d hex color red value is 14, green value is 189 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #0ebd6d hue: 0.42 , saturation: 0.86 and the lightness value of 0ebd6d is 0.40.

The process color (four color CMYK) of #0ebd6d color hex is 0.93, 0.00, 0.42, 0.26. Web safe color of #0ebd6d is #00cc66. Color #0ebd6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111101 01101101
Octal 16 275 155
Decimal 14 189 109
Hex E BD 6D

RGB Percentages of Color #0ebd6d

%4.49
%60.58
%34.94

CMYK Percentages of Color #0ebd6d

%93
%0
%42
%26

Triadic Colors of #0ebd6d

#0ebd6d #6d0ebd #bd6d0e

Analogous Colors of #0ebd6d

#0ebd6d #0eb6bd #0ebd16

Monochromatic Colors of #0ebd6d

#0ebd6d

Complementary Color

#0ebd6d #bd0e5e

#0ebd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebd6d Color CSS Codes

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

#0ebd6d Text Font Color

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

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


#0ebd6d Background Color

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

This div background color is #0ebd6d


#0ebd6d Border Color

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

This div border color is #0ebd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebd6d


Comments

No comments written yet.

Please login to write comment.