Color Hex Logo

#60ffac Color Hex

#60FFAC
(96,255,172)
0 Favorites   0 Comments

Color spaces of #60ffac

RGB 96255172
HSL0.411.000.69
HSV149°62°100°
CMYK 0.620.000.33   0.00
XYZ48.030376.985451.3579
Yxy76.98540.27230.4365
Hunter Lab87.7413-55.835026.7145
CIE-Lab90.3149-59.997927.6169

#60ffac color RGB value is (96,255,172).

#60ffac hex color red value is 96, green value is 255 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #60ffac hue: 0.41 , saturation: 1.00 and the lightness value of 60ffac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111111 10101100
Octal 140 377 254
Decimal 96 255 172
Hex 60 FF AC

RGB Percentages of Color #60ffac

%18.36
%48.76
%32.89

CMYK Percentages of Color #60ffac

%62
%0
%33
%0

Triadic Colors of #60ffac

#60ffac #ac60ff #ffac60

Analogous Colors of #60ffac

#60ffac #60fffc #63ff60

Monochromatic Colors of #60ffac

#60ffac

Complementary Color

#60ffac #ff60b3

#60ffac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ffac Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ffac Color CSS Codes

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

#60ffac Text Font Color

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

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


#60ffac Background Color

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

This div background color is #60ffac


#60ffac Border Color

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

This div border color is #60ffac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ffac

Related Colors


Comments

No comments written yet.

Please login to write comment.