Color Hex Logo

#60fcab Color Hex

#60FCAB
(96,252,171)
0 Favorites   0 Comments

Color spaces of #60fcab

RGB 96252171
HSL0.410.960.68
HSV149°62°99°
CMYK 0.620.000.32   0.01
XYZ46.985075.047950.5374
Yxy75.04790.27230.4349
Hunter Lab86.6302-54.791126.0532
CIE-Lab89.4154-59.031226.8996

#60fcab color RGB value is (96,252,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111100 10101011
Octal 140 374 253
Decimal 96 252 171
Hex 60 FC AB

RGB Percentages of Color #60fcab

%18.50
%48.55
%32.95

CMYK Percentages of Color #60fcab

%62
%0
%32
%1

Triadic Colors of #60fcab

#60fcab #ab60fc #fcab60

Analogous Colors of #60fcab

#60fcab #60fcf9 #63fc60

Monochromatic Colors of #60fcab

#60fcab

Complementary Color

#60fcab #fc60b1

#60fcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fcab Color CSS Codes

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

#60fcab Text Font Color

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

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


#60fcab Background Color

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

This div background color is #60fcab


#60fcab Border Color

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

This div border color is #60fcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fcab

Related Colors


Comments

No comments written yet.

Please login to write comment.