Color Hex Logo

#0eabae Color Hex

#0EABAE
(14,171,174)
0 Favorites   0 Comments

Color spaces of #0eabae

RGB 14171174
HSL0.500.850.37
HSV181°92°68°
CMYK 0.920.020.00   0.32
XYZ22.384032.275245.0944
Yxy32.27520.22440.3235
Hunter Lab56.8113-29.0896-7.2940
CIE-Lab63.5697-34.2018-11.8902

#0eabae color RGB value is (14,171,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 10101110
Octal 16 253 256
Decimal 14 171 174
Hex E AB AE

RGB Percentages of Color #0eabae

%3.90
%47.63
%48.47

CMYK Percentages of Color #0eabae

%92
%2
%0
%32

Triadic Colors of #0eabae

#0eabae #ae0eab #abae0e

Analogous Colors of #0eabae

#0eabae #0e5bae #0eae61

Monochromatic Colors of #0eabae

#0eabae

Complementary Color

#0eabae #ae110e

#0eabae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eabae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eabae Color CSS Codes

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

#0eabae Text Font Color

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

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


#0eabae Background Color

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

This div background color is #0eabae


#0eabae Border Color

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

This div border color is #0eabae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eabae


Comments

No comments written yet.

Please login to write comment.