Color Hex Logo

#56adea Color Hex

#56ADEA
(86,173,234)
0 Favorites   0 Comments

Color spaces of #56adea

RGB 86173234
HSL0.570.780.63
HSV205°63°92°
CMYK 0.630.260.00   0.08
XYZ33.632637.806183.3666
Yxy37.80610.21730.2442
Hunter Lab61.4867-9.9639-37.3476
CIE-Lab67.8775-7.8878-38.3512

#56adea color RGB value is (86,173,234).

#56adea hex color red value is 86, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #56adea hue: 0.57 , saturation: 0.78 and the lightness value of 56adea is 0.63.

The process color (four color CMYK) of #56adea color hex is 0.63, 0.26, 0.00, 0.08. Web safe color of #56adea is #6699ff. Color #56adea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101101 11101010
Octal 126 255 352
Decimal 86 173 234
Hex 56 AD EA

RGB Percentages of Color #56adea

%17.44
%35.09
%47.46

CMYK Percentages of Color #56adea

%63
%26
%0
%8

Triadic Colors of #56adea

#56adea #ea56ad #adea56

Analogous Colors of #56adea

#56adea #5663ea #56eadd

Monochromatic Colors of #56adea

#56adea

Complementary Color

#56adea #ea9356

#56adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#56adea Color CSS Codes

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

#56adea Text Font Color

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

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


#56adea Background Color

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

This div background color is #56adea


#56adea Border Color

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

This div border color is #56adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56adea


Comments

No comments written yet.

Please login to write comment.