Color Hex Logo

#567dac Color Hex

#567DAC
(86,125,172)
0 Favorites   0 Comments

Color spaces of #567dac

RGB 86125172
HSL0.590.340.51
HSV213°50°67°
CMYK 0.500.270.00   0.33
XYZ18.617819.624241.8363
Yxy19.62420.23250.2451
Hunter Lab44.2992-2.5047-24.9842
CIE-Lab51.4096-0.1788-29.1754

#567dac color RGB value is (86,125,172).

#567dac hex color red value is 86, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #567dac hue: 0.59 , saturation: 0.34 and the lightness value of 567dac is 0.51.

The process color (four color CMYK) of #567dac color hex is 0.50, 0.27, 0.00, 0.33. Web safe color of #567dac is #666699. Color #567dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111101 10101100
Octal 126 175 254
Decimal 86 125 172
Hex 56 7D AC

RGB Percentages of Color #567dac

%22.45
%32.64
%44.91

CMYK Percentages of Color #567dac

%50
%27
%0
%33

Triadic Colors of #567dac

#567dac #ac567d #7dac56

Analogous Colors of #567dac

#567dac #5a56ac #56a8ac

Monochromatic Colors of #567dac

#567dac

Complementary Color

#567dac #ac8556

#567dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#567dac Color CSS Codes

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

#567dac Text Font Color

<p style="color:#567dac">Text here</p>

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


#567dac Background Color

<div style="background-color:#567dac">
Div content here</div>

This div background color is #567dac


#567dac Border Color

<div style="border:3px solid #567dac">
Div here</div>

This div border color is #567dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,125,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #567dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #567dac;
  -webkit-box-shadow: 1px 1px 3px 2px #567dac;
  box-shadow:         1px 1px 3px 2px #567dac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,125,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567dac


Comments

No comments written yet.

Please login to write comment.