Hex #00868b Color

#00868b
equivalent to

RGB

(0, 134, 139)

Details of #00868b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
0
13.1853
0.51
1.00
50.5868
18.9143
182°
43.4905
134
18.9143
1.00
0.04
-28.1784
0.2217
100°
-21.9912
139
27.3820
0.27
0.00   0.45
-11.4356
0.3180
55°
-6.8730

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
0
0
0
0
Green
10000110
206
134
86
Blue
10001011
213
139
8B

RGB in % of #00868b

%0.00
%49.08
%50.92

CMYK in % of #00868b

%100
%4
%0
%45

Triads of color #00868b

#00868b #868b00 #8b008b

Similar Colors to #00868b

#00868b #008b4b #00418b

Preview Color #00868b on black ground

#00868b is very interesting for text.

Preview Color #00868b on white ground

#00868b is very interesting for text.

CSS Codes #00868b color

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

Text Font Color #00868b

<p style="color:#00868b">Text here</p>

This sample text font color is #00868b
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 #00868b

<div style="background-color:#00868b">
Div content here</div>

This div background color is #00868b


Border Color #00868b

<div style="border:3px solid #00868b">
Div here</div>

The color of this border is #00868b


Examples Css3

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

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 #00868b">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #00868b