Color Hex Logo

#0e7faa Color Hex

#0E7FAA
(14,127,170)
0 Favorites   0 Comments

Color spaces of #0e7faa

RGB 14127170
HSL0.550.850.36
HSV197°92°67°
CMYK 0.920.250.00   0.33
XYZ15.026218.174440.7463
Yxy18.17440.20320.2458
Hunter Lab42.6314-11.6896-26.8262
CIE-Lab49.7070-12.8610-30.8372

#0e7faa color RGB value is (14,127,170).

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

The process color (four color CMYK) of #0e7faa color hex is 0.92, 0.25, 0.00, 0.33. Web safe color of #0e7faa is #006699. Color #0e7faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01111111 10101010
Octal 16 177 252
Decimal 14 127 170
Hex E 7F AA

RGB Percentages of Color #0e7faa

%4.50
%40.84
%54.66

CMYK Percentages of Color #0e7faa

%92
%25
%0
%33

Triadic Colors of #0e7faa

#0e7faa #aa0e7f #7faa0e

Analogous Colors of #0e7faa

#0e7faa #0e31aa #0eaa87

Monochromatic Colors of #0e7faa

#0e7faa

Complementary Color

#0e7faa #aa390e

#0e7faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e7faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e7faa Color CSS Codes

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

#0e7faa Text Font Color

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

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


#0e7faa Background Color

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

This div background color is #0e7faa


#0e7faa Border Color

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

This div border color is #0e7faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e7faa


Comments

No comments written yet.

Please login to write comment.