Color Hex Logo

#60fabb Color Hex

#60FABB
(96,250,187)
0 Favorites   0 Comments

Color spaces of #60fabb

RGB 96250187
HSL0.430.940.68
HSV155°62°98°
CMYK 0.620.000.25   0.02
XYZ47.979174.445958.8544
Yxy74.44590.26470.4107
Hunter Lab86.2820-51.734619.9547
CIE-Lab89.1328-55.044218.3453

#60fabb color RGB value is (96,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111010 10111011
Octal 140 372 273
Decimal 96 250 187
Hex 60 FA BB

RGB Percentages of Color #60fabb

%18.01
%46.90
%35.08

CMYK Percentages of Color #60fabb

%62
%0
%25
%2

Triadic Colors of #60fabb

#60fabb #bb60fa #fabb60

Analogous Colors of #60fabb

#60fabb #60ecfa #60fa6e

Monochromatic Colors of #60fabb

#60fabb

Complementary Color

#60fabb #fa609f

#60fabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fabb Color CSS Codes

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

#60fabb Text Font Color

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

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


#60fabb Background Color

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

This div background color is #60fabb


#60fabb Border Color

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

This div border color is #60fabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fabb


Comments

No comments written yet.

Please login to write comment.