Color Hex Logo

#60cabf Color Hex

#60CABF
(96,202,191)
0 Favorites   0 Comments

Color spaces of #60cabf

RGB 96202191
HSL0.480.500.58
HSV174°52°79°
CMYK 0.520.000.05   0.21
XYZ35.348448.489456.7866
Yxy48.48940.25140.3448
Hunter Lab69.6343-31.24830.3932
CIE-Lab75.1326-33.2453-3.8623

#60cabf color RGB value is (96,202,191).

#60cabf hex color red value is 96, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #60cabf hue: 0.48 , saturation: 0.50 and the lightness value of 60cabf is 0.58.

The process color (four color CMYK) of #60cabf color hex is 0.52, 0.00, 0.05, 0.21. Web safe color of #60cabf is #66cccc. Color #60cabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001010 10111111
Octal 140 312 277
Decimal 96 202 191
Hex 60 CA BF

RGB Percentages of Color #60cabf

%19.63
%41.31
%39.06

CMYK Percentages of Color #60cabf

%52
%0
%5
%21

Triadic Colors of #60cabf

#60cabf #bf60ca #cabf60

Analogous Colors of #60cabf

#60cabf #60a0ca #60ca8a

Monochromatic Colors of #60cabf

#60cabf

Complementary Color

#60cabf #ca606b

#60cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cabf Color CSS Codes

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

#60cabf Text Font Color

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

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


#60cabf Background Color

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

This div background color is #60cabf


#60cabf Border Color

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

This div border color is #60cabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cabf


Comments

No comments written yet.

Please login to write comment.