Color Hex Logo

#608dac Color Hex

#608DAC
(96,141,172)
0 Favorites   0 Comments

Color spaces of #608dac

RGB 96141172
HSL0.570.310.53
HSV204°44°67°
CMYK 0.440.180.00   0.33
XYZ21.795124.515142.6129
Yxy24.51510.24510.2757
Hunter Lab49.5127-8.0730-16.3688
CIE-Lab56.5999-6.8915-21.1208

#608dac color RGB value is (96,141,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001101 10101100
Octal 140 215 254
Decimal 96 141 172
Hex 60 8D AC

RGB Percentages of Color #608dac

%23.47
%34.47
%42.05

CMYK Percentages of Color #608dac

%44
%18
%0
%33

Triadic Colors of #608dac

#608dac #ac608d #8dac60

Analogous Colors of #608dac

#608dac #6067ac #60aca5

Monochromatic Colors of #608dac

#608dac

Complementary Color

#608dac #ac7f60

#608dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#608dac Color CSS Codes

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

#608dac Text Font Color

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

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


#608dac Background Color

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

This div background color is #608dac


#608dac Border Color

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

This div border color is #608dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608dac


Comments

No comments written yet.

Please login to write comment.