Color Hex Logo

#0e78ac Color Hex

#0E78AC
(14,120,172)
0 Favorites   0 Comments

Color spaces of #0e78ac

RGB 14120172
HSL0.550.850.36
HSV200°92°67°
CMYK 0.920.300.00   0.33
XYZ14.344016.504941.4595
Yxy16.50490.19840.2283
Hunter Lab40.6262-8.0725-32.0677
CIE-Lab47.6301-8.0639-35.2541

#0e78ac color RGB value is (14,120,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01111000 10101100
Octal 16 170 254
Decimal 14 120 172
Hex E 78 AC

RGB Percentages of Color #0e78ac

%4.58
%39.22
%56.21

CMYK Percentages of Color #0e78ac

%92
%30
%0
%33

Triadic Colors of #0e78ac

#0e78ac #ac0e78 #78ac0e

Analogous Colors of #0e78ac

#0e78ac #0e29ac #0eac91

Monochromatic Colors of #0e78ac

#0e78ac

Complementary Color

#0e78ac #ac420e

#0e78ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e78ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e78ac Color CSS Codes

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

#0e78ac Text Font Color

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

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


#0e78ac Background Color

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

This div background color is #0e78ac


#0e78ac Border Color

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

This div border color is #0e78ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e78ac


Comments

No comments written yet.

Please login to write comment.