Color Hex Logo

#56eeea Color Hex

#56EEEA
(86,238,234)
0 Favorites   0 Comments

Color spaces of #56eeea

RGB 86238234
HSL0.500.820.64
HSV178°64°93°
CMYK 0.640.000.02   0.07
XYZ49.263669.068088.5769
Yxy69.06800.23810.3338
Hunter Lab83.1072-39.6277-5.0172
CIE-Lab86.5377-40.3369-9.9133

#56eeea color RGB value is (86,238,234).

#56eeea hex color red value is 86, green value is 238 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #56eeea hue: 0.50 , saturation: 0.82 and the lightness value of 56eeea is 0.64.

The process color (four color CMYK) of #56eeea color hex is 0.64, 0.00, 0.02, 0.07. Web safe color of #56eeea is #66ffff. Color #56eeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101110 11101010
Octal 126 356 352
Decimal 86 238 234
Hex 56 EE EA

RGB Percentages of Color #56eeea

%15.41
%42.65
%41.94

CMYK Percentages of Color #56eeea

%64
%0
%2
%7

Triadic Colors of #56eeea

#56eeea #ea56ee #eeea56

Analogous Colors of #56eeea

#56eeea #56a6ee #56ee9e

Monochromatic Colors of #56eeea

#56eeea

Complementary Color

#56eeea #ee565a

#56eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#56eeea Color CSS Codes

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

#56eeea Text Font Color

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

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


#56eeea Background Color

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

This div background color is #56eeea


#56eeea Border Color

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

This div border color is #56eeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56eeea


Comments

No comments written yet.

Please login to write comment.