Color Hex Logo

#56eeed Color Hex

#56EEED
(86,238,237)
0 Favorites   0 Comments

Color spaces of #56eeed

RGB 86238237
HSL0.500.820.64
HSV180°64°93°
CMYK 0.640.000.00   0.07
XYZ49.698369.241990.8664
Yxy69.24190.23690.3300
Hunter Lab83.2117-39.0112-6.4959
CIE-Lab86.6237-39.5297-11.3600

#56eeed color RGB value is (86,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101110 11101101
Octal 126 356 355
Decimal 86 238 237
Hex 56 EE ED

RGB Percentages of Color #56eeed

%15.33
%42.42
%42.25

CMYK Percentages of Color #56eeed

%64
%0
%0
%7

Triadic Colors of #56eeed

#56eeed #ed56ee #eeed56

Analogous Colors of #56eeed

#56eeed #56a3ee #56eea1

Monochromatic Colors of #56eeed

#56eeed

Complementary Color

#56eeed #ee5657

#56eeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56eeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#56eeed Color CSS Codes

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

#56eeed Text Font Color

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

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


#56eeed Background Color

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

This div background color is #56eeed


#56eeed Border Color

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

This div border color is #56eeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56eeed


Comments

No comments written yet.

Please login to write comment.