Color Hex Logo

#60feaf Color Hex

#60FEAF
(96,254,175)
0 Favorites   0 Comments

Color spaces of #60feaf

RGB 96254175
HSL0.420.990.69
HSV150°62°100°
CMYK 0.620.000.31   0.00
XYZ48.003576.465652.7867
Yxy76.46560.27080.4314
Hunter Lab87.4446-55.038925.4203
CIE-Lab90.0751-59.038325.7729

#60feaf color RGB value is (96,254,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111110 10101111
Octal 140 376 257
Decimal 96 254 175
Hex 60 FE AF

RGB Percentages of Color #60feaf

%18.29
%48.38
%33.33

CMYK Percentages of Color #60feaf

%62
%0
%31
%0

Triadic Colors of #60feaf

#60feaf #af60fe #feaf60

Analogous Colors of #60feaf

#60feaf #60fefe #60fe60

Monochromatic Colors of #60feaf

#60feaf

Complementary Color

#60feaf #fe60af

#60feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60feaf Color CSS Codes

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

#60feaf Text Font Color

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

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


#60feaf Background Color

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

This div background color is #60feaf


#60feaf Border Color

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

This div border color is #60feaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60feaf

Related Colors


Comments

No comments written yet.

Please login to write comment.