Color Hex Logo

#60edbe Color Hex

#60EDBE
(96,237,190)
0 Favorites   0 Comments

Color spaces of #60edbe

RGB 96237190
HSL0.440.800.65
HSV160°59°93°
CMYK 0.590.000.20   0.07
XYZ44.402366.772959.2634
Yxy66.77290.26050.3918
Hunter Lab81.7147-46.007014.2003
CIE-Lab85.3891-49.057311.5141

#60edbe color RGB value is (96,237,190).

#60edbe hex color red value is 96, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #60edbe hue: 0.44 , saturation: 0.80 and the lightness value of 60edbe is 0.65.

The process color (four color CMYK) of #60edbe color hex is 0.59, 0.00, 0.20, 0.07. Web safe color of #60edbe is #66ffcc. Color #60edbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101101 10111110
Octal 140 355 276
Decimal 96 237 190
Hex 60 ED BE

RGB Percentages of Color #60edbe

%18.36
%45.32
%36.33

CMYK Percentages of Color #60edbe

%59
%0
%20
%7

Triadic Colors of #60edbe

#60edbe #be60ed #edbe60

Analogous Colors of #60edbe

#60edbe #60d6ed #60ed78

Monochromatic Colors of #60edbe

#60edbe

Complementary Color

#60edbe #ed608f

#60edbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60edbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#60edbe Color CSS Codes

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

#60edbe Text Font Color

<p style="color:#60edbe">Text here</p>

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


#60edbe Background Color

<div style="background-color:#60edbe">
Div content here</div>

This div background color is #60edbe


#60edbe Border Color

<div style="border:3px solid #60edbe">
Div here</div>

This div border color is #60edbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,237,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60edbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60edbe;
  -webkit-box-shadow: 1px 1px 3px 2px #60edbe;
  box-shadow:         1px 1px 3px 2px #60edbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60edbe


Comments

No comments written yet.

Please login to write comment.