Color Hex Logo

#0ea5ac Color Hex

#0EA5AC
(14,165,172)
0 Favorites   0 Comments

Color spaces of #0ea5ac

RGB 14165172
HSL0.510.850.36
HSV183°92°67°
CMYK 0.920.040.00   0.33
XYZ21.082629.982243.7057
Yxy29.98220.22250.3164
Hunter Lab54.7560-27.0955-8.9955
CIE-Lab61.6389-31.9831-13.6729

#0ea5ac color RGB value is (14,165,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100101 10101100
Octal 16 245 254
Decimal 14 165 172
Hex E A5 AC

RGB Percentages of Color #0ea5ac

%3.99
%47.01
%49.00

CMYK Percentages of Color #0ea5ac

%92
%4
%0
%33

Triadic Colors of #0ea5ac

#0ea5ac #ac0ea5 #a5ac0e

Analogous Colors of #0ea5ac

#0ea5ac #0e56ac #0eac64

Monochromatic Colors of #0ea5ac

#0ea5ac

Complementary Color

#0ea5ac #ac150e

#0ea5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea5ac Color CSS Codes

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

#0ea5ac Text Font Color

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

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


#0ea5ac Background Color

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

This div background color is #0ea5ac


#0ea5ac Border Color

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

This div border color is #0ea5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea5ac


Comments

No comments written yet.

Please login to write comment.