Color Hex Logo

#608abd Color Hex

#608ABD
(96,138,189)
0 Favorites   0 Comments

Color spaces of #608abd

RGB 96138189
HSL0.590.410.56
HSV213°49°74°
CMYK 0.490.270.00   0.26
XYZ23.097724.337951.6244
Yxy24.33790.23320.2457
Hunter Lab49.3335-2.7607-27.5099
CIE-Lab56.4245-0.1564-31.0836

#608abd color RGB value is (96,138,189).

#608abd hex color red value is 96, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #608abd hue: 0.59 , saturation: 0.41 and the lightness value of 608abd is 0.56.

The process color (four color CMYK) of #608abd color hex is 0.49, 0.27, 0.00, 0.26. Web safe color of #608abd is #6699cc. Color #608abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001010 10111101
Octal 140 212 275
Decimal 96 138 189
Hex 60 8A BD

RGB Percentages of Color #608abd

%22.70
%32.62
%44.68

CMYK Percentages of Color #608abd

%49
%27
%0
%26

Triadic Colors of #608abd

#608abd #bd608a #8abd60

Analogous Colors of #608abd

#608abd #6560bd #60b9bd

Monochromatic Colors of #608abd

#608abd

Complementary Color

#608abd #bd9360

#608abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#608abd Color CSS Codes

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

#608abd Text Font Color

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

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


#608abd Background Color

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

This div background color is #608abd


#608abd Border Color

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

This div border color is #608abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608abd


Comments

No comments written yet.

Please login to write comment.