Color Hex Logo

#60efd5 Color Hex

#60EFD5
(96,239,213)
0 Favorites   0 Comments

Color spaces of #60efd5

RGB 96239213
HSL0.470.820.66
HSV169°60°94°
CMYK 0.600.000.11   0.06
XYZ47.700669.023973.7597
Yxy69.02390.25040.3624
Hunter Lab83.0806-42.90565.5183
CIE-Lab86.5159-44.53621.1009

#60efd5 color RGB value is (96,239,213).

#60efd5 hex color red value is 96, green value is 239 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #60efd5 hue: 0.47 , saturation: 0.82 and the lightness value of 60efd5 is 0.66.

The process color (four color CMYK) of #60efd5 color hex is 0.60, 0.00, 0.11, 0.06. Web safe color of #60efd5 is #66ffcc. Color #60efd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101111 11010101
Octal 140 357 325
Decimal 96 239 213
Hex 60 EF D5

RGB Percentages of Color #60efd5

%17.52
%43.61
%38.87

CMYK Percentages of Color #60efd5

%60
%0
%11
%6

Triadic Colors of #60efd5

#60efd5 #d560ef #efd560

Analogous Colors of #60efd5

#60efd5 #60c2ef #60ef8e

Monochromatic Colors of #60efd5

#60efd5

Complementary Color

#60efd5 #ef607a

#60efd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60efd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60efd5 Color CSS Codes

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

#60efd5 Text Font Color

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

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


#60efd5 Background Color

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

This div background color is #60efd5


#60efd5 Border Color

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

This div border color is #60efd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60efd5


Comments

No comments written yet.

Please login to write comment.