Color Hex Logo

#014ebf Color Hex

#014EBF
(1,78,191)
0 Favorites   0 Comments

Color spaces of #014ebf

RGB 178191
HSL0.600.990.38
HSV216°99°75°
CMYK 0.990.590.00   0.25
XYZ12.14099.216850.4293
Yxy9.21680.16910.1284
Hunter Lab30.359218.2551-77.2345
CIE-Lab36.398425.9555-64.3985

#014ebf color RGB value is (1,78,191).

#014ebf hex color red value is 1, green value is 78 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #014ebf hue: 0.60 , saturation: 0.99 and the lightness value of 014ebf is 0.38.

The process color (four color CMYK) of #014ebf color hex is 0.99, 0.59, 0.00, 0.25. Web safe color of #014ebf is #0066cc. Color #014ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001110 10111111
Octal 1 116 277
Decimal 1 78 191
Hex 1 4E BF

RGB Percentages of Color #014ebf

%0.37
%28.89
%70.74

CMYK Percentages of Color #014ebf

%99
%59
%0
%25

Triadic Colors of #014ebf

#014ebf #bf014e #4ebf01

Analogous Colors of #014ebf

#014ebf #1301bf #01adbf

Monochromatic Colors of #014ebf

#014ebf

Complementary Color

#014ebf #bf7201

#014ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#014ebf Color CSS Codes

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

#014ebf Text Font Color

<p style="color:#014ebf">Text here</p>

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


#014ebf Background Color

<div style="background-color:#014ebf">
Div content here</div>

This div background color is #014ebf


#014ebf Border Color

<div style="border:3px solid #014ebf">
Div here</div>

This div border color is #014ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,78,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #014ebf;
  box-shadow:         1px 1px 3px 2px #014ebf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,78,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014ebf


Comments

No comments written yet.

Please login to write comment.