Color Hex Logo

#056dab Color Hex

#056DAB
(5,109,171)
0 Favorites   0 Comments

Color spaces of #056dab

RGB 5109171
HSL0.560.940.35
HSV202°97°67°
CMYK 0.970.360.00   0.33
XYZ12.881913.909840.5340
Yxy13.90980.19130.2066
Hunter Lab37.2958-3.6142-38.3307
CIE-Lab44.1033-2.2331-40.2479

#056dab color RGB value is (5,109,171).

#056dab hex color red value is 5, green value is 109 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #056dab hue: 0.56 , saturation: 0.94 and the lightness value of 056dab is 0.35.

The process color (four color CMYK) of #056dab color hex is 0.97, 0.36, 0.00, 0.33. Web safe color of #056dab is #006699. Color #056dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101101 10101011
Octal 5 155 253
Decimal 5 109 171
Hex 5 6D AB

RGB Percentages of Color #056dab

%1.75
%38.25
%60.00

CMYK Percentages of Color #056dab

%97
%36
%0
%33

Triadic Colors of #056dab

#056dab #ab056d #6dab05

Analogous Colors of #056dab

#056dab #051aab #05ab96

Monochromatic Colors of #056dab

#056dab

Complementary Color

#056dab #ab4305

#056dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#056dab Color CSS Codes

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

#056dab Text Font Color

<p style="color:#056dab">Text here</p>

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


#056dab Background Color

<div style="background-color:#056dab">
Div content here</div>

This div background color is #056dab


#056dab Border Color

<div style="border:3px solid #056dab">
Div here</div>

This div border color is #056dab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,109,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #056dab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #056dab;
  -webkit-box-shadow: 1px 1px 3px 2px #056dab;
  box-shadow:         1px 1px 3px 2px #056dab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,109,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056dab

#056dab Color Palettes


Comments

No comments written yet.

Please login to write comment.