Color Hex Logo

#056bda Color Hex

#056BDA
(5,107,218)
0 Favorites   0 Comments

Color spaces of #056bda

RGB 5107218
HSL0.590.960.44
HSV211°98°85°
CMYK 0.980.510.00   0.15
XYZ17.975215.609668.3952
Yxy15.60960.17630.1531
Hunter Lab39.509012.0705-74.9824
CIE-Lab46.458117.7841-63.5983

#056bda color RGB value is (5,107,218).

#056bda hex color red value is 5, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #056bda hue: 0.59 , saturation: 0.96 and the lightness value of 056bda is 0.44.

The process color (four color CMYK) of #056bda color hex is 0.98, 0.51, 0.00, 0.15. Web safe color of #056bda is #0066cc. Color #056bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101011 11011010
Octal 5 153 332
Decimal 5 107 218
Hex 5 6B DA

RGB Percentages of Color #056bda

%1.52
%32.42
%66.06

CMYK Percentages of Color #056bda

%98
%51
%0
%15

Triadic Colors of #056bda

#056bda #da056b #6bda05

Analogous Colors of #056bda

#056bda #0905da #05d6da

Monochromatic Colors of #056bda

#056bda

Complementary Color

#056bda #da7405

#056bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#056bda Color CSS Codes

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

#056bda Text Font Color

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

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


#056bda Background Color

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

This div background color is #056bda


#056bda Border Color

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

This div border color is #056bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056bda


Comments

No comments written yet.

Please login to write comment.