Color Hex Logo

#56dfea Color Hex

#56DFEA
(86,223,234)
0 Favorites   0 Comments

Color spaces of #56dfea

RGB 86223234
HSL0.510.780.63
HSV184°63°92°
CMYK 0.630.050.00   0.08
XYZ45.076760.694387.1813
Yxy60.69430.23360.3146
Hunter Lab77.9065-33.0564-11.8139
CIE-Lab82.2141-33.4176-16.3821

#56dfea color RGB value is (86,223,234).

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

The process color (four color CMYK) of #56dfea color hex is 0.63, 0.05, 0.00, 0.08. Web safe color of #56dfea is #66ccff. Color #56dfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11011111 11101010
Octal 126 337 352
Decimal 86 223 234
Hex 56 DF EA

RGB Percentages of Color #56dfea

%15.84
%41.07
%43.09

CMYK Percentages of Color #56dfea

%63
%5
%0
%8

Triadic Colors of #56dfea

#56dfea #ea56df #dfea56

Analogous Colors of #56dfea

#56dfea #5695ea #56eaab

Monochromatic Colors of #56dfea

#56dfea

Complementary Color

#56dfea #ea6156

#56dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#56dfea Color CSS Codes

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

#56dfea Text Font Color

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

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


#56dfea Background Color

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

This div background color is #56dfea


#56dfea Border Color

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

This div border color is #56dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56dfea


Comments

No comments written yet.

Please login to write comment.