Color Hex Logo

#608dae Color Hex

#608DAE
(96,141,174)
0 Favorites   0 Comments

Color spaces of #608dae

RGB 96141174
HSL0.570.330.53
HSV205°45°68°
CMYK 0.450.190.00   0.32
XYZ21.988724.592543.6323
Yxy24.59250.24370.2726
Hunter Lab49.5908-7.6366-17.4525
CIE-Lab56.6762-6.3170-22.1466

#608dae color RGB value is (96,141,174).

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

The process color (four color CMYK) of #608dae color hex is 0.45, 0.19, 0.00, 0.32. Web safe color of #608dae is #669999. Color #608dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001101 10101110
Octal 140 215 256
Decimal 96 141 174
Hex 60 8D AE

RGB Percentages of Color #608dae

%23.36
%34.31
%42.34

CMYK Percentages of Color #608dae

%45
%19
%0
%32

Triadic Colors of #608dae

#608dae #ae608d #8dae60

Analogous Colors of #608dae

#608dae #6066ae #60aea8

Monochromatic Colors of #608dae

#608dae

Complementary Color

#608dae #ae8160

#608dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#608dae Color CSS Codes

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

#608dae Text Font Color

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

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


#608dae Background Color

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

This div background color is #608dae


#608dae Border Color

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

This div border color is #608dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608dae


Comments

No comments written yet.

Please login to write comment.