Color Hex Logo

#60b7ae Color Hex

#60B7AE
(96,183,174)
0 Favorites   0 Comments

Color spaces of #60b7ae

RGB 96183174
HSL0.480.380.55
HSV174°48°72°
CMYK 0.480.000.05   0.28
XYZ29.397339.409846.1018
Yxy39.40980.25580.3430
Hunter Lab62.7772-26.27220.4032
CIE-Lab69.0471-28.4450-3.5484

#60b7ae color RGB value is (96,183,174).

#60b7ae hex color red value is 96, green value is 183 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #60b7ae hue: 0.48 , saturation: 0.38 and the lightness value of 60b7ae is 0.55.

The process color (four color CMYK) of #60b7ae color hex is 0.48, 0.00, 0.05, 0.28. Web safe color of #60b7ae is #66cc99. Color #60b7ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10110111 10101110
Octal 140 267 256
Decimal 96 183 174
Hex 60 B7 AE

RGB Percentages of Color #60b7ae

%21.19
%40.40
%38.41

CMYK Percentages of Color #60b7ae

%48
%0
%5
%28

Triadic Colors of #60b7ae

#60b7ae #ae60b7 #b7ae60

Analogous Colors of #60b7ae

#60b7ae #6095b7 #60b783

Monochromatic Colors of #60b7ae

#60b7ae

Complementary Color

#60b7ae #b76069

#60b7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60b7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#60b7ae Color CSS Codes

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

#60b7ae Text Font Color

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

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


#60b7ae Background Color

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

This div background color is #60b7ae


#60b7ae Border Color

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

This div border color is #60b7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60b7ae


Comments

No comments written yet.

Please login to write comment.