Color Hex Logo

#567ddf Color Hex

#567DDF
(86,125,223)
0 Favorites   0 Comments

Color spaces of #567ddf

RGB 86125223
HSL0.620.680.61
HSV223°61°87°
CMYK 0.610.440.00   0.13
XYZ24.490721.973472.7625
Yxy21.97340.20540.1843
Hunter Lab46.875811.2264-59.2193
CIE-Lab53.998816.4500-54.1679

#567ddf color RGB value is (86,125,223).

#567ddf hex color red value is 86, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #567ddf hue: 0.62 , saturation: 0.68 and the lightness value of 567ddf is 0.61.

The process color (four color CMYK) of #567ddf color hex is 0.61, 0.44, 0.00, 0.13. Web safe color of #567ddf is #6666cc. Color #567ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111101 11011111
Octal 126 175 337
Decimal 86 125 223
Hex 56 7D DF

RGB Percentages of Color #567ddf

%19.82
%28.80
%51.38

CMYK Percentages of Color #567ddf

%61
%44
%0
%13

Triadic Colors of #567ddf

#567ddf #df567d #7ddf56

Analogous Colors of #567ddf

#567ddf #7456df #56c2df

Monochromatic Colors of #567ddf

#567ddf

Complementary Color

#567ddf #dfb856

#567ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#567ddf Color CSS Codes

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

#567ddf Text Font Color

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

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


#567ddf Background Color

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

This div background color is #567ddf


#567ddf Border Color

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

This div border color is #567ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567ddf


Comments

No comments written yet.

Please login to write comment.