Color Hex Logo

#60baba Color Hex

#60BABA
(96,186,186)
0 Favorites   0 Comments

Color spaces of #60baba

RGB 96186186
HSL0.500.390.55
HSV180°48°73°
CMYK 0.480.000.00   0.27
XYZ31.245741.149852.7503
Yxy41.14980.24970.3288
Hunter Lab64.1481-25.3142-3.8517
CIE-Lab70.2807-26.8191-8.3191

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

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

The process color (four color CMYK) of #60baba color hex is 0.48, 0.00, 0.00, 0.27. Web safe color of #60baba is #66cccc. Color #60baba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111010 10111010
Octal 140 272 272
Decimal 96 186 186
Hex 60 BA BA

RGB Percentages of Color #60baba

%20.51
%39.74
%39.74

CMYK Percentages of Color #60baba

%48
%0
%0
%27

Triadic Colors of #60baba

#60baba #ba60ba #baba60

Analogous Colors of #60baba

#60baba #608dba #60ba8d

Monochromatic Colors of #60baba

#60baba

Complementary Color

#60baba #ba6060

#60baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#60baba Color CSS Codes

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

#60baba Text Font Color

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

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


#60baba Background Color

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

This div background color is #60baba


#60baba Border Color

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

This div border color is #60baba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60baba


Comments

No comments written yet.

Please login to write comment.