Color Hex Logo

#60fedc Color Hex

#60FEDC
(96,254,220)
0 Favorites   0 Comments

Color spaces of #60fedc

RGB 96254220
HSL0.460.990.69
HSV167°62°100°
CMYK 0.620.000.13   0.00
XYZ53.183978.537780.0664
Yxy78.53770.25110.3708
Hunter Lab88.6215-47.96558.4686
CIE-Lab91.0247-49.29444.0048

#60fedc color RGB value is (96,254,220).

#60fedc hex color red value is 96, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #60fedc hue: 0.46 , saturation: 0.99 and the lightness value of 60fedc is 0.69.

The process color (four color CMYK) of #60fedc color hex is 0.62, 0.00, 0.13, 0.00. Web safe color of #60fedc is #66ffcc. Color #60fedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111110 11011100
Octal 140 376 334
Decimal 96 254 220
Hex 60 FE DC

RGB Percentages of Color #60fedc

%16.84
%44.56
%38.60

CMYK Percentages of Color #60fedc

%62
%0
%13
%0

Triadic Colors of #60fedc

#60fedc #dc60fe #fedc60

Analogous Colors of #60fedc

#60fedc #60d1fe #60fe8d

Monochromatic Colors of #60fedc

#60fedc

Complementary Color

#60fedc #fe6082

#60fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fedc Color CSS Codes

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

#60fedc Text Font Color

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

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


#60fedc Background Color

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

This div background color is #60fedc


#60fedc Border Color

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

This div border color is #60fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fedc


Comments

No comments written yet.

Please login to write comment.