Color Hex Logo

#056baf Color Hex

#056BAF
(5,107,175)
0 Favorites   0 Comments

Color spaces of #056baf

RGB 5107175
HSL0.570.940.35
HSV204°97°69°
CMYK 0.970.390.00   0.31
XYZ13.058113.642842.5025
Yxy13.64280.18870.1971
Hunter Lab36.9362-1.5329-42.3698
CIE-Lab43.71620.6009-43.2076

#056baf color RGB value is (5,107,175).

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

The process color (four color CMYK) of #056baf color hex is 0.97, 0.39, 0.00, 0.31. Web safe color of #056baf is #006699. Color #056baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101011 10101111
Octal 5 153 257
Decimal 5 107 175
Hex 5 6B AF

RGB Percentages of Color #056baf

%1.74
%37.28
%60.98

CMYK Percentages of Color #056baf

%97
%39
%0
%31

Triadic Colors of #056baf

#056baf #af056b #6baf05

Analogous Colors of #056baf

#056baf #0516af #05af9e

Monochromatic Colors of #056baf

#056baf

Complementary Color

#056baf #af4905

#056baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#056baf Color CSS Codes

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

#056baf Text Font Color

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

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


#056baf Background Color

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

This div background color is #056baf


#056baf Border Color

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

This div border color is #056baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056baf


Comments

No comments written yet.

Please login to write comment.