Color Hex Logo

#56b7ca Color Hex

#56B7CA
(86,183,202)
0 Favorites   0 Comments

Color spaces of #56b7ca

RGB 86183202
HSL0.530.520.56
HSV190°57°79°
CMYK 0.570.090.00   0.21
XYZ31.431940.109761.9624
Yxy40.10970.23540.3004
Hunter Lab63.3322-22.2415-13.6751
CIE-Lab69.5476-22.9749-18.2411

#56b7ca color RGB value is (86,183,202).

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

The process color (four color CMYK) of #56b7ca color hex is 0.57, 0.09, 0.00, 0.21. Web safe color of #56b7ca is #66cccc. Color #56b7ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10110111 11001010
Octal 126 267 312
Decimal 86 183 202
Hex 56 B7 CA

RGB Percentages of Color #56b7ca

%18.26
%38.85
%42.89

CMYK Percentages of Color #56b7ca

%57
%9
%0
%21

Triadic Colors of #56b7ca

#56b7ca #ca56b7 #b7ca56

Analogous Colors of #56b7ca

#56b7ca #567dca #56caa3

Monochromatic Colors of #56b7ca

#56b7ca

Complementary Color

#56b7ca #ca6956

#56b7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56b7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#56b7ca Color CSS Codes

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

#56b7ca Text Font Color

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

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


#56b7ca Background Color

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

This div background color is #56b7ca


#56b7ca Border Color

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

This div border color is #56b7ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,183,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 #56b7ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56b7ca


Comments

No comments written yet.

Please login to write comment.