Color Hex Logo

#00dfce Color Hex

#00DFCE
(0,223,206)
0 Favorites   0 Comments

Color spaces of #00dfce

RGB 0223206
HSL0.491.000.44
HSV175°100°87°
CMYK 1.000.000.08   0.13
XYZ37.528357.231667.4614
Yxy57.23160.23130.3528
Hunter Lab75.6516-43.84220.0849
CIE-Lab80.3097-48.3160-4.4504

#00dfce color RGB value is (0,223,206).

#00dfce hex color red value is 0, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #00dfce hue: 0.49 , saturation: 1.00 and the lightness value of 00dfce is 0.44.

The process color (four color CMYK) of #00dfce color hex is 1.00, 0.00, 0.08, 0.13. Web safe color of #00dfce is #00cccc. Color #00dfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011111 11001110
Octal 0 337 316
Decimal 0 223 206
Hex 0 DF CE

RGB Percentages of Color #00dfce

%0.00
%51.98
%48.02

CMYK Percentages of Color #00dfce

%100
%0
%8
%13

Triadic Colors of #00dfce

#00dfce #ce00df #dfce00

Analogous Colors of #00dfce

#00dfce #0081df #00df5f

Monochromatic Colors of #00dfce

#00dfce

Complementary Color

#00dfce #df0011

#00dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dfce Color CSS Codes

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

#00dfce Text Font Color

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

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


#00dfce Background Color

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

This div background color is #00dfce


#00dfce Border Color

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

This div border color is #00dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dfce

#00dfce Color Palettes


Comments

No comments written yet.

Please login to write comment.