Color Hex Logo

#0ea6ad Color Hex

#0EA6AD
(14,166,173)
0 Favorites   0 Comments

Color spaces of #0ea6ad

RGB 14166173
HSL0.510.850.37
HSV183°92°68°
CMYK 0.920.040.00   0.32
XYZ21.360130.382944.2739
Yxy30.38290.22250.3164
Hunter Lab55.1207-27.2897-9.0383
CIE-Lab61.9832-32.1452-13.7158

#0ea6ad color RGB value is (14,166,173).

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

The process color (four color CMYK) of #0ea6ad color hex is 0.92, 0.04, 0.00, 0.32. Web safe color of #0ea6ad is #009999. Color #0ea6ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100110 10101101
Octal 16 246 255
Decimal 14 166 173
Hex E A6 AD

RGB Percentages of Color #0ea6ad

%3.97
%47.03
%49.01

CMYK Percentages of Color #0ea6ad

%92
%4
%0
%32

Triadic Colors of #0ea6ad

#0ea6ad #ad0ea6 #a6ad0e

Analogous Colors of #0ea6ad

#0ea6ad #0e57ad #0ead65

Monochromatic Colors of #0ea6ad

#0ea6ad

Complementary Color

#0ea6ad #ad150e

#0ea6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea6ad Color CSS Codes

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

#0ea6ad Text Font Color

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

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


#0ea6ad Background Color

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

This div background color is #0ea6ad


#0ea6ad Border Color

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

This div border color is #0ea6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea6ad


Comments

No comments written yet.

Please login to write comment.