Color Hex Logo

#608abe Color Hex

#608ABE
(96,138,190)
0 Favorites   0 Comments

Color spaces of #608abe

RGB 96138190
HSL0.590.420.56
HSV213°49°75°
CMYK 0.490.270.00   0.25
XYZ23.206624.381552.1982
Yxy24.38150.23260.2443
Hunter Lab49.3776-2.5190-28.1125
CIE-Lab56.46780.1469-31.5847

#608abe color RGB value is (96,138,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001010 10111110
Octal 140 212 276
Decimal 96 138 190
Hex 60 8A BE

RGB Percentages of Color #608abe

%22.64
%32.55
%44.81

CMYK Percentages of Color #608abe

%49
%27
%0
%25

Triadic Colors of #608abe

#608abe #be608a #8abe60

Analogous Colors of #608abe

#608abe #6560be #60b9be

Monochromatic Colors of #608abe

#608abe

Complementary Color

#608abe #be9460

#608abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#608abe Color CSS Codes

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

#608abe Text Font Color

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

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


#608abe Background Color

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

This div background color is #608abe


#608abe Border Color

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

This div border color is #608abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608abe


Comments

No comments written yet.

Please login to write comment.