Color Hex Logo

#0eadab Color Hex

#0EADAB
(14,173,171)
0 Favorites   0 Comments

Color spaces of #0eadab

RGB 14173171
HSL0.500.850.37
HSV179°92°68°
CMYK 0.920.000.01   0.32
XYZ22.475432.920843.6978
Yxy32.92080.22680.3322
Hunter Lab57.3767-30.4877-4.9913
CIE-Lab64.0967-36.0539-9.4264

#0eadab color RGB value is (14,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101101 10101011
Octal 16 255 253
Decimal 14 173 171
Hex E AD AB

RGB Percentages of Color #0eadab

%3.91
%48.32
%47.77

CMYK Percentages of Color #0eadab

%92
%0
%1
%32

Triadic Colors of #0eadab

#0eadab #ab0ead #adab0e

Analogous Colors of #0eadab

#0eadab #0e60ad #0ead5c

Monochromatic Colors of #0eadab

#0eadab

Complementary Color

#0eadab #ad0e10

#0eadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eadab Color CSS Codes

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

#0eadab Text Font Color

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

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


#0eadab Background Color

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

This div background color is #0eadab


#0eadab Border Color

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

This div border color is #0eadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eadab


Comments

No comments written yet.

Please login to write comment.