Hex #00ced1 Color

#00ced1
equivalent to

RGB

(0, 206, 209)

Details of #00ced1

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
0
33.5799
0.50
1.00
75.2931
48.7461
181°
69.8184
206
48.7461
1.00
0.01
-40.0363
0.2234
100°
-36.3302
209
67.9607
0.41
0.00   0.18
-13.5193
0.3244
82°
-8.8194

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
0
0
0
0
Green
11001110
316
206
CE
Blue
11010001
321
209
D1

RGB in % of #00ced1

%0.00
%49.64
%50.36

CMYK in % of #00ced1

%100
%1
%0
%18

Triads of color #00ced1

#00ced1 #ced100 #d100d1

Similar Colors to #00ced1

#00ced1 #00d16c #0066d1

Preview Color #00ced1 on black ground

#00ced1 is very interesting for text.

Preview Color #00ced1 on white ground

#00ced1 is very interesting for text.

CSS Codes #00ced1 color

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

Text Font Color #00ced1

<p style="color:#00ced1">Text here</p>

This sample text font color is #00ced1
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 #00ced1

<div style="background-color:#00ced1">
Div content here</div>

This div background color is #00ced1


Border Color #00ced1

<div style="border:3px solid #00ced1">
Div here</div>

The color of this border is #00ced1


Examples Css3

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

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 #00ced1">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #00ced1