Color Hex Logo

#56bedd Color Hex

#56BEDD
(86,190,221)
0 Favorites   0 Comments

Color spaces of #56bedd

RGB 86190221
HSL0.540.670.60
HSV194°61°87°
CMYK 0.610.140.00   0.13
XYZ35.302444.025875.0438
Yxy44.02580.22870.2852
Hunter Lab66.3519-21.1454-20.6104
CIE-Lab72.2457-20.9581-24.5162

#56bedd color RGB value is (86,190,221).

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

The process color (four color CMYK) of #56bedd color hex is 0.61, 0.14, 0.00, 0.13. Web safe color of #56bedd is #66cccc. Color #56bedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111110 11011101
Octal 126 276 335
Decimal 86 190 221
Hex 56 BE DD

RGB Percentages of Color #56bedd

%17.30
%38.23
%44.47

CMYK Percentages of Color #56bedd

%61
%14
%0
%13

Triadic Colors of #56bedd

#56bedd #dd56be #bedd56

Analogous Colors of #56bedd

#56bedd #567bdd #56ddb9

Monochromatic Colors of #56bedd

#56bedd

Complementary Color

#56bedd #dd7556

#56bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bedd Color CSS Codes

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

#56bedd Text Font Color

<p style="color:#56bedd">Text here</p>

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


#56bedd Background Color

<div style="background-color:#56bedd">
Div content here</div>

This div background color is #56bedd


#56bedd Border Color

<div style="border:3px solid #56bedd">
Div here</div>

This div border color is #56bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bedd


Comments

No comments written yet.

Please login to write comment.