Color Hex Logo

#608aac Color Hex

#608AAC
(96,138,172)
0 Favorites   0 Comments

Color spaces of #608aac

RGB 96138172
HSL0.570.310.53
HSV207°44°67°
CMYK 0.440.200.00   0.33
XYZ21.358723.642342.4674
Yxy23.64230.24420.2703
Hunter Lab48.6233-6.6815-17.7473
CIE-Lab55.7279-5.1892-22.4576

#608aac color RGB value is (96,138,172).

#608aac hex color red value is 96, green value is 138 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #608aac hue: 0.57 , saturation: 0.31 and the lightness value of 608aac is 0.53.

The process color (four color CMYK) of #608aac color hex is 0.44, 0.20, 0.00, 0.33. Web safe color of #608aac is #669999. Color #608aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001010 10101100
Octal 140 212 254
Decimal 96 138 172
Hex 60 8A AC

RGB Percentages of Color #608aac

%23.65
%33.99
%42.36

CMYK Percentages of Color #608aac

%44
%20
%0
%33

Triadic Colors of #608aac

#608aac #ac608a #8aac60

Analogous Colors of #608aac

#608aac #6064ac #60aca8

Monochromatic Colors of #608aac

#608aac

Complementary Color

#608aac #ac8260

#608aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#608aac Color CSS Codes

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

#608aac Text Font Color

<p style="color:#608aac">Text here</p>

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


#608aac Background Color

<div style="background-color:#608aac">
Div content here</div>

This div background color is #608aac


#608aac Border Color

<div style="border:3px solid #608aac">
Div here</div>

This div border color is #608aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608aac


Comments

No comments written yet.

Please login to write comment.