Color Hex Logo

#567cad Color Hex

#567CAD
(86,124,173)
0 Favorites   0 Comments

Color spaces of #567cad

RGB 86124173
HSL0.590.350.51
HSV214°50°68°
CMYK 0.500.280.00   0.32
XYZ18.588219.410942.3021
Yxy19.41090.23150.2417
Hunter Lab44.0578-1.7911-26.0868
CIE-Lab51.16450.7238-30.1356

#567cad color RGB value is (86,124,173).

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

The process color (four color CMYK) of #567cad color hex is 0.50, 0.28, 0.00, 0.32. Web safe color of #567cad is #666699. Color #567cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111100 10101101
Octal 126 174 255
Decimal 86 124 173
Hex 56 7C AD

RGB Percentages of Color #567cad

%22.45
%32.38
%45.17

CMYK Percentages of Color #567cad

%50
%28
%0
%32

Triadic Colors of #567cad

#567cad #ad567c #7cad56

Analogous Colors of #567cad

#567cad #5c56ad #56a8ad

Monochromatic Colors of #567cad

#567cad

Complementary Color

#567cad #ad8756

#567cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#567cad Color CSS Codes

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

#567cad Text Font Color

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

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


#567cad Background Color

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

This div background color is #567cad


#567cad Border Color

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

This div border color is #567cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567cad


Comments

No comments written yet.

Please login to write comment.