Color Hex Logo

#60abe1 Color Hex

#60ABE1
(96,171,225)
0 Favorites   0 Comments

Color spaces of #60abe1

RGB 96171225
HSL0.570.680.63
HSV205°57°88°
CMYK 0.570.240.00   0.12
XYZ32.977437.048976.6472
Yxy37.04890.22480.2526
Hunter Lab60.8678-9.8096-32.0529
CIE-Lab67.3137-7.7694-34.2691

#60abe1 color RGB value is (96,171,225).

#60abe1 hex color red value is 96, green value is 171 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #60abe1 hue: 0.57 , saturation: 0.68 and the lightness value of 60abe1 is 0.63.

The process color (four color CMYK) of #60abe1 color hex is 0.57, 0.24, 0.00, 0.12. Web safe color of #60abe1 is #6699cc. Color #60abe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101011 11100001
Octal 140 253 341
Decimal 96 171 225
Hex 60 AB E1

RGB Percentages of Color #60abe1

%19.51
%34.76
%45.73

CMYK Percentages of Color #60abe1

%57
%24
%0
%12

Triadic Colors of #60abe1

#60abe1 #e160ab #abe160

Analogous Colors of #60abe1

#60abe1 #606be1 #60e1d7

Monochromatic Colors of #60abe1

#60abe1

Complementary Color

#60abe1 #e19660

#60abe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60abe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60abe1 Color CSS Codes

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

#60abe1 Text Font Color

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

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


#60abe1 Background Color

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

This div background color is #60abe1


#60abe1 Border Color

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

This div border color is #60abe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60abe1


Comments

No comments written yet.

Please login to write comment.