Color Hex Logo

#60acea Color Hex

#60ACEA
(96,172,234)
0 Favorites   0 Comments

Color spaces of #60acea

RGB 96172234
HSL0.570.770.65
HSV207°59°92°
CMYK 0.590.260.00   0.08
XYZ34.427737.932483.3490
Yxy37.93240.22110.2436
Hunter Lab61.5893-8.0018-37.1249
CIE-Lab67.9708-5.5247-38.1775

#60acea color RGB value is (96,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101100 11101010
Octal 140 254 352
Decimal 96 172 234
Hex 60 AC EA

RGB Percentages of Color #60acea

%19.12
%34.26
%46.61

CMYK Percentages of Color #60acea

%59
%26
%0
%8

Triadic Colors of #60acea

#60acea #ea60ac #acea60

Analogous Colors of #60acea

#60acea #6067ea #60eae3

Monochromatic Colors of #60acea

#60acea

Complementary Color

#60acea #ea9e60

#60acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#60acea Color CSS Codes

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

#60acea Text Font Color

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

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


#60acea Background Color

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

This div background color is #60acea


#60acea Border Color

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

This div border color is #60acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60acea


Comments

No comments written yet.

Please login to write comment.