Color Hex Logo

#60bead Color Hex

#60BEAD
(96,190,173)
0 Favorites   0 Comments

Color spaces of #60bead

RGB 96190173
HSL0.470.420.56
HSV169°49°75°
CMYK 0.490.000.09   0.25
XYZ30.780242.330846.0835
Yxy42.33080.25820.3551
Hunter Lab65.0621-29.41233.5484
CIE-Lab71.0984-32.06570.0082

#60bead color RGB value is (96,190,173).

#60bead hex color red value is 96, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #60bead hue: 0.47 , saturation: 0.42 and the lightness value of 60bead is 0.56.

The process color (four color CMYK) of #60bead color hex is 0.49, 0.00, 0.09, 0.25. Web safe color of #60bead is #66cc99. Color #60bead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111110 10101101
Octal 140 276 255
Decimal 96 190 173
Hex 60 BE AD

RGB Percentages of Color #60bead

%20.92
%41.39
%37.69

CMYK Percentages of Color #60bead

%49
%0
%9
%25

Triadic Colors of #60bead

#60bead #ad60be #bead60

Analogous Colors of #60bead

#60bead #60a0be #60be7e

Monochromatic Colors of #60bead

#60bead

Complementary Color

#60bead #be6071

#60bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bead Color CSS Codes

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

#60bead Text Font Color

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

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


#60bead Background Color

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

This div background color is #60bead


#60bead Border Color

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

This div border color is #60bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bead


Comments

No comments written yet.

Please login to write comment.