Color Hex Logo

#60caba Color Hex

#60CABA
(96,202,186)
0 Favorites   0 Comments

Color spaces of #60caba

RGB 96202186
HSL0.470.500.58
HSV171°52°79°
CMYK 0.520.000.08   0.21
XYZ34.807348.273053.9375
Yxy48.27300.25400.3523
Hunter Lab69.4788-32.16342.6074
CIE-Lab74.9968-34.5042-1.3577

#60caba color RGB value is (96,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001010 10111010
Octal 140 312 272
Decimal 96 202 186
Hex 60 CA BA

RGB Percentages of Color #60caba

%19.83
%41.74
%38.43

CMYK Percentages of Color #60caba

%52
%0
%8
%21

Triadic Colors of #60caba

#60caba #ba60ca #caba60

Analogous Colors of #60caba

#60caba #60a5ca #60ca85

Monochromatic Colors of #60caba

#60caba

Complementary Color

#60caba #ca6070

#60caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#60caba Color CSS Codes

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

#60caba Text Font Color

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

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


#60caba Background Color

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

This div background color is #60caba


#60caba Border Color

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

This div border color is #60caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60caba


Comments

No comments written yet.

Please login to write comment.