Color Hex Logo

#014dbf Color Hex

#014DBF
(1,77,191)
0 Favorites   0 Comments

Color spaces of #014dbf

RGB 177191
HSL0.600.990.38
HSV216°99°75°
CMYK 0.990.600.00   0.25
XYZ12.07049.075850.4058
Yxy9.07580.16870.1268
Hunter Lab30.126118.7977-78.1135
CIE-Lab36.129826.6248-64.8375

#014dbf color RGB value is (1,77,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001101 10111111
Octal 1 115 277
Decimal 1 77 191
Hex 1 4D BF

RGB Percentages of Color #014dbf

%0.37
%28.62
%71.00

CMYK Percentages of Color #014dbf

%99
%60
%0
%25

Triadic Colors of #014dbf

#014dbf #bf014d #4dbf01

Analogous Colors of #014dbf

#014dbf #1401bf #01acbf

Monochromatic Colors of #014dbf

#014dbf

Complementary Color

#014dbf #bf7301

#014dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#014dbf Color CSS Codes

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

#014dbf Text Font Color

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

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


#014dbf Background Color

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

This div background color is #014dbf


#014dbf Border Color

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

This div border color is #014dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,77,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 #014dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014dbf


Comments

No comments written yet.

Please login to write comment.