Color Hex Logo

#60aeba Color Hex

#60AEBA
(96,174,186)
0 Favorites   0 Comments

Color spaces of #60aeba

RGB 96174186
HSL0.520.390.55
HSV188°48°73°
CMYK 0.480.060.00   0.27
XYZ28.822836.304151.9426
Yxy36.30410.24620.3101
Hunter Lab60.2529-20.0546-8.9355
CIE-Lab66.7516-20.7680-13.5980

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101110 10111010
Octal 140 256 272
Decimal 96 174 186
Hex 60 AE BA

RGB Percentages of Color #60aeba

%21.05
%38.16
%40.79

CMYK Percentages of Color #60aeba

%48
%6
%0
%27

Triadic Colors of #60aeba

#60aeba #ba60ae #aeba60

Analogous Colors of #60aeba

#60aeba #6081ba #60ba99

Monochromatic Colors of #60aeba

#60aeba

Complementary Color

#60aeba #ba6c60

#60aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aeba Color CSS Codes

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

#60aeba Text Font Color

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

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


#60aeba Background Color

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

This div background color is #60aeba


#60aeba Border Color

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

This div border color is #60aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aeba


Comments

No comments written yet.

Please login to write comment.