Color Hex Logo

#60bcb3 Color Hex

#60BCB3
(96,188,179)
0 Favorites   0 Comments

Color spaces of #60bcb3

RGB 96188179
HSL0.480.410.56
HSV174°49°74°
CMYK 0.490.000.05   0.26
XYZ30.943841.707949.0673
Yxy41.70790.25420.3427
Hunter Lab64.5817-27.49100.1603
CIE-Lab70.6691-29.6079-3.9054

#60bcb3 color RGB value is (96,188,179).

#60bcb3 hex color red value is 96, green value is 188 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #60bcb3 hue: 0.48 , saturation: 0.41 and the lightness value of 60bcb3 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111100 10110011
Octal 140 274 263
Decimal 96 188 179
Hex 60 BC B3

RGB Percentages of Color #60bcb3

%20.73
%40.60
%38.66

CMYK Percentages of Color #60bcb3

%49
%0
%5
%26

Triadic Colors of #60bcb3

#60bcb3 #b360bc #bcb360

Analogous Colors of #60bcb3

#60bcb3 #6097bc #60bc85

Monochromatic Colors of #60bcb3

#60bcb3

Complementary Color

#60bcb3 #bc6069

#60bcb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bcb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bcb3 Color CSS Codes

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

#60bcb3 Text Font Color

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

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


#60bcb3 Background Color

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

This div background color is #60bcb3


#60bcb3 Border Color

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

This div border color is #60bcb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bcb3


Comments

No comments written yet.

Please login to write comment.