Color Hex Logo

#60abea Color Hex

#60ABEA
(96,171,234)
0 Favorites   0 Comments

Color spaces of #60abea

RGB 96171234
HSL0.580.770.65
HSV207°59°92°
CMYK 0.590.270.00   0.08
XYZ34.238137.553183.2858
Yxy37.55310.22080.2422
Hunter Lab61.2806-7.5112-37.6840
CIE-Lab67.6899-4.9698-38.6154

#60abea color RGB value is (96,171,234).

#60abea hex color red value is 96, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #60abea hue: 0.58 , saturation: 0.77 and the lightness value of 60abea is 0.65.

The process color (four color CMYK) of #60abea color hex is 0.59, 0.27, 0.00, 0.08. Web safe color of #60abea is #6699ff. Color #60abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101011 11101010
Octal 140 253 352
Decimal 96 171 234
Hex 60 AB EA

RGB Percentages of Color #60abea

%19.16
%34.13
%46.71

CMYK Percentages of Color #60abea

%59
%27
%0
%8

Triadic Colors of #60abea

#60abea #ea60ab #abea60

Analogous Colors of #60abea

#60abea #6066ea #60eae4

Monochromatic Colors of #60abea

#60abea

Complementary Color

#60abea #ea9f60

#60abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#60abea Color CSS Codes

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

#60abea Text Font Color

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

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


#60abea Background Color

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

This div background color is #60abea


#60abea Border Color

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

This div border color is #60abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60abea


Comments

No comments written yet.

Please login to write comment.