Hex #608abc Color

#608abc
equivalent to

RGB

(96, 138, 188)

Details of #608abc

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
96
22.9894
0.59
0.49
56.3815
24.2946
213°
49.2895
138
24.2946
0.41
0.27
-0.4593
0.2338
49°
-3.0011
188
51.0546
0.56
0.00   0.26
-30.5818
0.2471
74°
-26.8886

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1100000
140
96
60
Green
10001010
212
138
8A
Blue
10111100
274
188
BC

RGB in % of #608abc

%22.75
%32.70
%44.55

CMYK in % of #608abc

%49
%27
%0
%26

Triads of color #608abc

#608abc #8abc60 #bc60bc

Similar Colors to #608abc

#608abc #60b8bc #6460bc

Preview Color #608abc on black ground

#608abc is very interesting for text.

Preview Color #608abc on white ground

#608abc is very interesting for text.

CSS Codes #608abc color

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

Text Font Color #608abc

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

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


Background Color #608abc

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

This div background color is #608abc


Border Color #608abc

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

The color of this border is #608abc


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #608abc