Color Hex Logo

#608eaa Color Hex

#608EAA
(96,142,170)
0 Favorites   0 Comments

Color spaces of #608eaa

RGB 96142170
HSL0.560.300.52
HSV203°44°67°
CMYK 0.440.160.00   0.33
XYZ21.752624.735141.6581
Yxy24.73510.24680.2806
Hunter Lab49.7344-8.9637-14.8479
CIE-Lab56.8164-8.0238-19.6466

#608eaa color RGB value is (96,142,170).

#608eaa hex color red value is 96, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #608eaa hue: 0.56 , saturation: 0.30 and the lightness value of 608eaa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001110 10101010
Octal 140 216 252
Decimal 96 142 170
Hex 60 8E AA

RGB Percentages of Color #608eaa

%23.53
%34.80
%41.67

CMYK Percentages of Color #608eaa

%44
%16
%0
%33

Triadic Colors of #608eaa

#608eaa #aa608e #8eaa60

Analogous Colors of #608eaa

#608eaa #6069aa #60aaa1

Monochromatic Colors of #608eaa

#608eaa

Complementary Color

#608eaa #aa7c60

#608eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#608eaa Color CSS Codes

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

#608eaa Text Font Color

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

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


#608eaa Background Color

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

This div background color is #608eaa


#608eaa Border Color

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

This div border color is #608eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608eaa


Comments

No comments written yet.

Please login to write comment.