Color Hex Logo

#56cadd Color Hex

#56CADD
(86,202,221)
0 Favorites   0 Comments

Color spaces of #56cadd

RGB 86202221
HSL0.520.670.60
HSV188°61°87°
CMYK 0.610.090.00   0.13
XYZ38.009449.440075.9462
Yxy49.44000.23260.3026
Hunter Lab70.3136-26.5571-14.8200
CIE-Lab75.7242-26.9903-19.2241

#56cadd color RGB value is (86,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11001010 11011101
Octal 126 312 335
Decimal 86 202 221
Hex 56 CA DD

RGB Percentages of Color #56cadd

%16.90
%39.69
%43.42

CMYK Percentages of Color #56cadd

%61
%9
%0
%13

Triadic Colors of #56cadd

#56cadd #dd56ca #cadd56

Analogous Colors of #56cadd

#56cadd #5687dd #56ddad

Monochromatic Colors of #56cadd

#56cadd

Complementary Color

#56cadd #dd6956

#56cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56cadd Color CSS Codes

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

#56cadd Text Font Color

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

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


#56cadd Background Color

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

This div background color is #56cadd


#56cadd Border Color

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

This div border color is #56cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56cadd


Comments

No comments written yet.

Please login to write comment.