Color Hex Logo

#60fcaf Color Hex

#60FCAF
(96,252,175)
0 Favorites   0 Comments

Color spaces of #60fcaf

RGB 96252175
HSL0.420.960.68
HSV150°62°99°
CMYK 0.620.000.31   0.01
XYZ47.372175.202752.5763
Yxy75.20270.27050.4294
Hunter Lab86.7195-54.250224.7573
CIE-Lab89.4879-58.260624.9695

#60fcaf color RGB value is (96,252,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111100 10101111
Octal 140 374 257
Decimal 96 252 175
Hex 60 FC AF

RGB Percentages of Color #60fcaf

%18.36
%48.18
%33.46

CMYK Percentages of Color #60fcaf

%62
%0
%31
%1

Triadic Colors of #60fcaf

#60fcaf #af60fc #fcaf60

Analogous Colors of #60fcaf

#60fcaf #60fbfc #60fc61

Monochromatic Colors of #60fcaf

#60fcaf

Complementary Color

#60fcaf #fc60ad

#60fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fcaf Color CSS Codes

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

#60fcaf Text Font Color

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

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


#60fcaf Background Color

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

This div background color is #60fcaf


#60fcaf Border Color

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

This div border color is #60fcaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,252,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 #60fcaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fcaf


Comments

No comments written yet.

Please login to write comment.