Color Hex Logo

#60a4bf Color Hex

#60A4BF
(96,164,191)
0 Favorites   0 Comments

Color spaces of #60a4bf

RGB 96164191
HSL0.550.430.56
HSV197°50°75°
CMYK 0.500.140.00   0.25
XYZ27.503332.799354.1715
Yxy32.79930.24030.2865
Hunter Lab57.2707-14.5020-15.9921
CIE-Lab63.9981-14.1056-20.5495

#60a4bf color RGB value is (96,164,191).

#60a4bf hex color red value is 96, green value is 164 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #60a4bf hue: 0.55 , saturation: 0.43 and the lightness value of 60a4bf is 0.56.

The process color (four color CMYK) of #60a4bf color hex is 0.50, 0.14, 0.00, 0.25. Web safe color of #60a4bf is #6699cc. Color #60a4bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10100100 10111111
Octal 140 244 277
Decimal 96 164 191
Hex 60 A4 BF

RGB Percentages of Color #60a4bf

%21.29
%36.36
%42.35

CMYK Percentages of Color #60a4bf

%50
%14
%0
%25

Triadic Colors of #60a4bf

#60a4bf #bf60a4 #a4bf60

Analogous Colors of #60a4bf

#60a4bf #6075bf #60bfab

Monochromatic Colors of #60a4bf

#60a4bf

Complementary Color

#60a4bf #bf7b60

#60a4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60a4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60a4bf Color CSS Codes

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

#60a4bf Text Font Color

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

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


#60a4bf Background Color

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

This div background color is #60a4bf


#60a4bf Border Color

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

This div border color is #60a4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60a4bf


Comments

No comments written yet.

Please login to write comment.