Color Hex Logo

#056bae Color Hex

#056BAE
(5,107,174)
0 Favorites   0 Comments

Color spaces of #056bae

RGB 5107174
HSL0.570.940.35
HSV204°97°68°
CMYK 0.970.390.00   0.32
XYZ12.960313.603641.9871
Yxy13.60360.18910.1984
Hunter Lab36.8831-1.8224-41.6767
CIE-Lab43.65900.2019-42.7130

#056bae color RGB value is (5,107,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101011 10101110
Octal 5 153 256
Decimal 5 107 174
Hex 5 6B AE

RGB Percentages of Color #056bae

%1.75
%37.41
%60.84

CMYK Percentages of Color #056bae

%97
%39
%0
%32

Triadic Colors of #056bae

#056bae #ae056b #6bae05

Analogous Colors of #056bae

#056bae #0517ae #05ae9d

Monochromatic Colors of #056bae

#056bae

Complementary Color

#056bae #ae4805

#056bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#056bae Color CSS Codes

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

#056bae Text Font Color

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

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


#056bae Background Color

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

This div background color is #056bae


#056bae Border Color

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

This div border color is #056bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056bae


Comments

No comments written yet.

Please login to write comment.