Color Hex Logo

#0ead88 Color Hex

#0EAD88
(14,173,136)
0 Favorites   0 Comments

Color spaces of #0ead88

RGB 14173136
HSL0.460.850.37
HSV166°92°68°
CMYK 0.920.000.21   0.32
XYZ19.568631.758128.3911
Yxy31.75810.24550.3984
Hunter Lab56.3543-36.63739.5779
CIE-Lab63.1425-45.88998.6800

#0ead88 color RGB value is (14,173,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101101 10001000
Octal 16 255 210
Decimal 14 173 136
Hex E AD 88

RGB Percentages of Color #0ead88

%4.33
%53.56
%42.11

CMYK Percentages of Color #0ead88

%92
%0
%21
%32

Triadic Colors of #0ead88

#0ead88 #880ead #ad880e

Analogous Colors of #0ead88

#0ead88 #0e83ad #0ead39

Monochromatic Colors of #0ead88

#0ead88

Complementary Color

#0ead88 #ad0e33

#0ead88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ead88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ead88 Color CSS Codes

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

#0ead88 Text Font Color

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

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


#0ead88 Background Color

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

This div background color is #0ead88


#0ead88 Border Color

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

This div border color is #0ead88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ead88


Comments

No comments written yet.

Please login to write comment.