Color Hex Logo

#0ead87 Color Hex

#0EAD87
(14,173,135)
0 Favorites   0 Comments

Color spaces of #0ead87

RGB 14173135
HSL0.460.850.37
HSV166°92°68°
CMYK 0.920.000.22   0.32
XYZ19.497831.729828.0185
Yxy31.72980.24600.4004
Hunter Lab56.3292-36.79019.9392
CIE-Lab63.1189-46.14519.2009

#0ead87 color RGB value is (14,173,135).

#0ead87 hex color red value is 14, green value is 173 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #0ead87 hue: 0.46 , saturation: 0.85 and the lightness value of 0ead87 is 0.37.

The process color (four color CMYK) of #0ead87 color hex is 0.92, 0.00, 0.22, 0.32. Web safe color of #0ead87 is #009999. Color #0ead87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101101 10000111
Octal 16 255 207
Decimal 14 173 135
Hex E AD 87

RGB Percentages of Color #0ead87

%4.35
%53.73
%41.93

CMYK Percentages of Color #0ead87

%92
%0
%22
%32

Triadic Colors of #0ead87

#0ead87 #870ead #ad870e

Analogous Colors of #0ead87

#0ead87 #0e84ad #0ead38

Monochromatic Colors of #0ead87

#0ead87

Complementary Color

#0ead87 #ad0e34

#0ead87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ead87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ead87 Color CSS Codes

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

#0ead87 Text Font Color

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

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


#0ead87 Background Color

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

This div background color is #0ead87


#0ead87 Border Color

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

This div border color is #0ead87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ead87


Comments

No comments written yet.

Please login to write comment.