Color Hex Logo

#60abef Color Hex

#60ABEF
(96,171,239)
0 Favorites   0 Comments

Color spaces of #60abef

RGB 96171239
HSL0.580.820.66
HSV209°60°94°
CMYK 0.600.280.00   0.06
XYZ34.966837.844687.1231
Yxy37.84460.21860.2366
Hunter Lab61.5180-6.1971-40.9052
CIE-Lab67.9059-3.3945-41.0100

#60abef color RGB value is (96,171,239).

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

The process color (four color CMYK) of #60abef color hex is 0.60, 0.28, 0.00, 0.06. Web safe color of #60abef is #6699ff. Color #60abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101011 11101111
Octal 140 253 357
Decimal 96 171 239
Hex 60 AB EF

RGB Percentages of Color #60abef

%18.97
%33.79
%47.23

CMYK Percentages of Color #60abef

%60
%28
%0
%6

Triadic Colors of #60abef

#60abef #ef60ab #abef60

Analogous Colors of #60abef

#60abef #6063ef #60efec

Monochromatic Colors of #60abef

#60abef

Complementary Color

#60abef #efa460

#60abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#60abef Color CSS Codes

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

#60abef Text Font Color

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

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


#60abef Background Color

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

This div background color is #60abef


#60abef Border Color

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

This div border color is #60abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60abef


Comments

No comments written yet.

Please login to write comment.