Color Hex Logo

#608ead Color Hex

#608EAD
(96,142,173)
0 Favorites   0 Comments

Color spaces of #608ead

RGB 96142173
HSL0.570.320.53
HSV204°45°68°
CMYK 0.450.180.00   0.32
XYZ22.039724.849943.1701
Yxy24.84990.24470.2759
Hunter Lab49.8497-8.3179-16.4507
CIE-Lab56.9289-7.1690-21.1885

#608ead color RGB value is (96,142,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001110 10101101
Octal 140 216 255
Decimal 96 142 173
Hex 60 8E AD

RGB Percentages of Color #608ead

%23.36
%34.55
%42.09

CMYK Percentages of Color #608ead

%45
%18
%0
%32

Triadic Colors of #608ead

#608ead #ad608e #8ead60

Analogous Colors of #608ead

#608ead #6068ad #60ada6

Monochromatic Colors of #608ead

#608ead

Complementary Color

#608ead #ad7f60

#608ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#608ead Color CSS Codes

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

#608ead Text Font Color

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

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


#608ead Background Color

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

This div background color is #608ead


#608ead Border Color

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

This div border color is #608ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608ead


Comments

No comments written yet.

Please login to write comment.