Color Hex Logo

#0eabba Color Hex

#0EABBA
(14,171,186)
0 Favorites   0 Comments

Color spaces of #0eabba

RGB 14171186
HSL0.510.860.39
HSV185°92°73°
CMYK 0.920.080.00   0.27
XYZ23.606932.764451.5343
Yxy32.76440.21880.3036
Hunter Lab57.2402-26.5537-13.3116
CIE-Lab63.9697-30.4024-17.9839

#0eabba color RGB value is (14,171,186).

#0eabba hex color red value is 14, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0eabba hue: 0.51 , saturation: 0.86 and the lightness value of 0eabba is 0.39.

The process color (four color CMYK) of #0eabba color hex is 0.92, 0.08, 0.00, 0.27. Web safe color of #0eabba is #0099cc. Color #0eabba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 10111010
Octal 16 253 272
Decimal 14 171 186
Hex E AB BA

RGB Percentages of Color #0eabba

%3.77
%46.09
%50.13

CMYK Percentages of Color #0eabba

%92
%8
%0
%27

Triadic Colors of #0eabba

#0eabba #ba0eab #abba0e

Analogous Colors of #0eabba

#0eabba #0e55ba #0eba73

Monochromatic Colors of #0eabba

#0eabba

Complementary Color

#0eabba #ba1d0e

#0eabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eabba Color CSS Codes

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

#0eabba Text Font Color

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

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


#0eabba Background Color

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

This div background color is #0eabba


#0eabba Border Color

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

This div border color is #0eabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eabba


Comments

No comments written yet.

Please login to write comment.