Color Hex Logo

#056caf Color Hex

#056CAF
(5,108,175)
0 Favorites   0 Comments

Color spaces of #056caf

RGB 5108175
HSL0.570.940.35
HSV204°97°69°
CMYK 0.970.380.00   0.31
XYZ13.163013.852542.5375
Yxy13.85250.18930.1992
Hunter Lab37.2189-2.0041-41.7092
CIE-Lab44.0207-0.0222-42.7228

#056caf color RGB value is (5,108,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101100 10101111
Octal 5 154 257
Decimal 5 108 175
Hex 5 6C AF

RGB Percentages of Color #056caf

%1.74
%37.50
%60.76

CMYK Percentages of Color #056caf

%97
%38
%0
%31

Triadic Colors of #056caf

#056caf #af056c #6caf05

Analogous Colors of #056caf

#056caf #0517af #05af9d

Monochromatic Colors of #056caf

#056caf

Complementary Color

#056caf #af4805

#056caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#056caf Color CSS Codes

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

#056caf Text Font Color

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

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


#056caf Background Color

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

This div background color is #056caf


#056caf Border Color

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

This div border color is #056caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,108,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 #056caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056caf


Comments

No comments written yet.

Please login to write comment.