Color Hex Logo

#60fdaf Color Hex

#60FDAF
(96,253,175)
0 Favorites   0 Comments

Color spaces of #60fdaf

RGB 96253175
HSL0.420.980.68
HSV150°62°99°
CMYK 0.620.000.31   0.01
XYZ47.687075.832552.6812
Yxy75.83250.27060.4304
Hunter Lab87.0819-54.644725.0891
CIE-Lab89.7815-58.650025.3715

#60fdaf color RGB value is (96,253,175).

#60fdaf hex color red value is 96, green value is 253 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #60fdaf hue: 0.42 , saturation: 0.98 and the lightness value of 60fdaf is 0.68.

The process color (four color CMYK) of #60fdaf color hex is 0.62, 0.00, 0.31, 0.01. Web safe color of #60fdaf is #66ff99. Color #60fdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111101 10101111
Octal 140 375 257
Decimal 96 253 175
Hex 60 FD AF

RGB Percentages of Color #60fdaf

%18.32
%48.28
%33.40

CMYK Percentages of Color #60fdaf

%62
%0
%31
%1

Triadic Colors of #60fdaf

#60fdaf #af60fd #fdaf60

Analogous Colors of #60fdaf

#60fdaf #60fdfd #60fd61

Monochromatic Colors of #60fdaf

#60fdaf

Complementary Color

#60fdaf #fd60ae

#60fdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fdaf Color CSS Codes

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

#60fdaf Text Font Color

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

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


#60fdaf Background Color

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

This div background color is #60fdaf


#60fdaf Border Color

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

This div border color is #60fdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fdaf


Comments

No comments written yet.

Please login to write comment.