Color Hex Logo

#56abca Color Hex

#56ABCA
(86,171,202)
0 Favorites   0 Comments

Color spaces of #56abca

RGB 86171202
HSL0.540.520.56
HSV196°57°79°
CMYK 0.570.150.00   0.21
XYZ29.061335.368561.1722
Yxy35.36850.23140.2816
Hunter Lab59.4714-16.8492-19.3556
CIE-Lab66.0346-16.7532-23.5905

#56abca color RGB value is (86,171,202).

#56abca hex color red value is 86, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #56abca hue: 0.54 , saturation: 0.52 and the lightness value of 56abca is 0.56.

The process color (four color CMYK) of #56abca color hex is 0.57, 0.15, 0.00, 0.21. Web safe color of #56abca is #6699cc. Color #56abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101011 11001010
Octal 126 253 312
Decimal 86 171 202
Hex 56 AB CA

RGB Percentages of Color #56abca

%18.74
%37.25
%44.01

CMYK Percentages of Color #56abca

%57
%15
%0
%21

Triadic Colors of #56abca

#56abca #ca56ab #abca56

Analogous Colors of #56abca

#56abca #5671ca #56caaf

Monochromatic Colors of #56abca

#56abca

Complementary Color

#56abca #ca7556

#56abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#56abca Color CSS Codes

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

#56abca Text Font Color

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

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


#56abca Background Color

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

This div background color is #56abca


#56abca Border Color

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

This div border color is #56abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56abca


Comments

No comments written yet.

Please login to write comment.