Color Hex Logo

#567cae Color Hex

#567CAE
(86,124,174)
0 Favorites   0 Comments

Color spaces of #567cae

RGB 86124174
HSL0.590.350.51
HSV214°51°68°
CMYK 0.510.290.00   0.32
XYZ18.685419.449742.8137
Yxy19.44970.23080.2403
Hunter Lab44.1018-1.5499-26.6870
CIE-Lab51.20921.0360-30.6445

#567cae color RGB value is (86,124,174).

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

The process color (four color CMYK) of #567cae color hex is 0.51, 0.29, 0.00, 0.32. Web safe color of #567cae is #666699. Color #567cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111100 10101110
Octal 126 174 256
Decimal 86 124 174
Hex 56 7C AE

RGB Percentages of Color #567cae

%22.40
%32.29
%45.31

CMYK Percentages of Color #567cae

%51
%29
%0
%32

Triadic Colors of #567cae

#567cae #ae567c #7cae56

Analogous Colors of #567cae

#567cae #5c56ae #56a8ae

Monochromatic Colors of #567cae

#567cae

Complementary Color

#567cae #ae8856

#567cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#567cae Color CSS Codes

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

#567cae Text Font Color

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

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


#567cae Background Color

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

This div background color is #567cae


#567cae Border Color

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

This div border color is #567cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,124,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 #567cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567cae


Comments

No comments written yet.

Please login to write comment.