Color Hex Logo

#0e6aba Color Hex

#0E6ABA
(14,106,186)
0 Favorites   0 Comments

Color spaces of #0e6aba

RGB 14106186
HSL0.580.860.39
HSV208°92°73°
CMYK 0.920.430.00   0.27
XYZ14.198113.946648.3980
Yxy13.94660.18550.1822
Hunter Lab37.34512.5092-50.6962
CIE-Lab44.15636.0038-48.9167

#0e6aba color RGB value is (14,106,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01101010 10111010
Octal 16 152 272
Decimal 14 106 186
Hex E 6A BA

RGB Percentages of Color #0e6aba

%4.58
%34.64
%60.78

CMYK Percentages of Color #0e6aba

%92
%43
%0
%27

Triadic Colors of #0e6aba

#0e6aba #ba0e6a #6aba0e

Analogous Colors of #0e6aba

#0e6aba #0e14ba #0ebab4

Monochromatic Colors of #0e6aba

#0e6aba

Complementary Color

#0e6aba #ba5e0e

#0e6aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e6aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e6aba Color CSS Codes

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

#0e6aba Text Font Color

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

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


#0e6aba Background Color

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

This div background color is #0e6aba


#0e6aba Border Color

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

This div border color is #0e6aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,106,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 #0e6aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e6aba


Comments

No comments written yet.

Please login to write comment.