Color Hex Logo

#60fabf Color Hex

#60FABF
(96,250,191)
0 Favorites   0 Comments

Color spaces of #60fabf

RGB 96250191
HSL0.440.940.68
HSV157°62°98°
CMYK 0.620.000.24   0.02
XYZ48.413474.619661.1416
Yxy74.61960.26290.4052
Hunter Lab86.3826-51.128818.5024
CIE-Lab89.2145-54.198816.4024

#60fabf color RGB value is (96,250,191).

#60fabf hex color red value is 96, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #60fabf hue: 0.44 , saturation: 0.94 and the lightness value of 60fabf is 0.68.

The process color (four color CMYK) of #60fabf color hex is 0.62, 0.00, 0.24, 0.02. Web safe color of #60fabf is #66ffcc. Color #60fabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111010 10111111
Octal 140 372 277
Decimal 96 250 191
Hex 60 FA BF

RGB Percentages of Color #60fabf

%17.88
%46.55
%35.57

CMYK Percentages of Color #60fabf

%62
%0
%24
%2

Triadic Colors of #60fabf

#60fabf #bf60fa #fabf60

Analogous Colors of #60fabf

#60fabf #60e8fa #60fa72

Monochromatic Colors of #60fabf

#60fabf

Complementary Color

#60fabf #fa609b

#60fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fabf Color CSS Codes

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

#60fabf Text Font Color

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

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


#60fabf Background Color

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

This div background color is #60fabf


#60fabf Border Color

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

This div border color is #60fabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fabf


Comments

No comments written yet.

Please login to write comment.