Color Hex Logo

#0eabaf Color Hex

#0EABAF
(14,171,175)
0 Favorites   0 Comments

Color spaces of #0eabaf

RGB 14171175
HSL0.500.850.37
HSV181°92°69°
CMYK 0.920.020.00   0.31
XYZ22.481932.314345.6098
Yxy32.31430.22390.3218
Hunter Lab56.8457-28.8849-7.7790
CIE-Lab63.6018-33.8908-12.4007

#0eabaf color RGB value is (14,171,175).

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

The process color (four color CMYK) of #0eabaf color hex is 0.92, 0.02, 0.00, 0.31. Web safe color of #0eabaf is #009999. Color #0eabaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 10101111
Octal 16 253 257
Decimal 14 171 175
Hex E AB AF

RGB Percentages of Color #0eabaf

%3.89
%47.50
%48.61

CMYK Percentages of Color #0eabaf

%92
%2
%0
%31

Triadic Colors of #0eabaf

#0eabaf #af0eab #abaf0e

Analogous Colors of #0eabaf

#0eabaf #0e5baf #0eaf62

Monochromatic Colors of #0eabaf

#0eabaf

Complementary Color

#0eabaf #af120e

#0eabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eabaf Color CSS Codes

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

#0eabaf Text Font Color

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

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


#0eabaf Background Color

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

This div background color is #0eabaf


#0eabaf Border Color

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

This div border color is #0eabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eabaf


Comments

No comments written yet.

Please login to write comment.