Color Hex Logo

#567ebe Color Hex

#567EBE
(86,126,190)
0 Favorites   0 Comments

Color spaces of #567ebe

RGB 86126190
HSL0.600.440.54
HSV217°55°75°
CMYK 0.550.340.00   0.25
XYZ20.592920.617851.6095
Yxy20.61780.22190.2221
Hunter Lab45.40681.4914-35.6044
CIE-Lab52.52864.9233-37.7856

#567ebe color RGB value is (86,126,190).

#567ebe hex color red value is 86, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #567ebe hue: 0.60 , saturation: 0.44 and the lightness value of 567ebe is 0.54.

The process color (four color CMYK) of #567ebe color hex is 0.55, 0.34, 0.00, 0.25. Web safe color of #567ebe is #6666cc. Color #567ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111110 10111110
Octal 126 176 276
Decimal 86 126 190
Hex 56 7E BE

RGB Percentages of Color #567ebe

%21.39
%31.34
%47.26

CMYK Percentages of Color #567ebe

%55
%34
%0
%25

Triadic Colors of #567ebe

#567ebe #be567e #7ebe56

Analogous Colors of #567ebe

#567ebe #6256be #56b2be

Monochromatic Colors of #567ebe

#567ebe

Complementary Color

#567ebe #be9656

#567ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#567ebe Color CSS Codes

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

#567ebe Text Font Color

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

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


#567ebe Background Color

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

This div background color is #567ebe


#567ebe Border Color

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

This div border color is #567ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567ebe


Comments

No comments written yet.

Please login to write comment.