Color Hex Logo

#569bda Color Hex

#569BDA
(86,155,218)
0 Favorites   0 Comments

Color spaces of #569bda

RGB 86155218
HSL0.580.640.60
HSV209°61°85°
CMYK 0.610.290.00   0.15
XYZ28.214030.483170.7265
Yxy30.48310.21800.2355
Hunter Lab55.2115-5.4036-37.3030
CIE-Lab62.0688-2.9655-38.6077

#569bda color RGB value is (86,155,218).

#569bda hex color red value is 86, green value is 155 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #569bda hue: 0.58 , saturation: 0.64 and the lightness value of 569bda is 0.60.

The process color (four color CMYK) of #569bda color hex is 0.61, 0.29, 0.00, 0.15. Web safe color of #569bda is #6699cc. Color #569bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10011011 11011010
Octal 126 233 332
Decimal 86 155 218
Hex 56 9B DA

RGB Percentages of Color #569bda

%18.74
%33.77
%47.49

CMYK Percentages of Color #569bda

%61
%29
%0
%15

Triadic Colors of #569bda

#569bda #da569b #9bda56

Analogous Colors of #569bda

#569bda #5659da #56dad7

Monochromatic Colors of #569bda

#569bda

Complementary Color

#569bda #da9556

#569bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#569bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#569bda Color CSS Codes

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

#569bda Text Font Color

<p style="color:#569bda">Text here</p>

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


#569bda Background Color

<div style="background-color:#569bda">
Div content here</div>

This div background color is #569bda


#569bda Border Color

<div style="border:3px solid #569bda">
Div here</div>

This div border color is #569bda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,155,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #569bda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #569bda;
  -webkit-box-shadow: 1px 1px 3px 2px #569bda;
  box-shadow:         1px 1px 3px 2px #569bda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #569bda


Comments

No comments written yet.

Please login to write comment.