Color Hex Logo

#60aebb Color Hex

#60AEBB
(96,174,187)
0 Favorites   0 Comments

Color spaces of #60aebb

RGB 96174187
HSL0.520.400.55
HSV189°49°73°
CMYK 0.490.070.00   0.27
XYZ28.929636.346852.5046
Yxy36.34680.24560.3086
Hunter Lab60.2883-19.8506-9.4334
CIE-Lab66.7841-20.4934-14.1037

#60aebb color RGB value is (96,174,187).

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

The process color (four color CMYK) of #60aebb color hex is 0.49, 0.07, 0.00, 0.27. Web safe color of #60aebb is #6699cc. Color #60aebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101110 10111011
Octal 140 256 273
Decimal 96 174 187
Hex 60 AE BB

RGB Percentages of Color #60aebb

%21.01
%38.07
%40.92

CMYK Percentages of Color #60aebb

%49
%7
%0
%27

Triadic Colors of #60aebb

#60aebb #bb60ae #aebb60

Analogous Colors of #60aebb

#60aebb #6081bb #60bb9b

Monochromatic Colors of #60aebb

#60aebb

Complementary Color

#60aebb #bb6d60

#60aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aebb Color CSS Codes

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

#60aebb Text Font Color

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

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


#60aebb Background Color

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

This div background color is #60aebb


#60aebb Border Color

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

This div border color is #60aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aebb


Comments

No comments written yet.

Please login to write comment.