Color Hex Logo

#00dfdb Color Hex

#00DFDB
(0,223,219)
0 Favorites   0 Comments

Color spaces of #00dfdb

RGB 0223219
HSL0.501.000.44
HSV179°100°87°
CMYK 1.000.000.02   0.13
XYZ39.173957.889876.1270
Yxy57.88980.22620.3343
Hunter Lab76.0853-41.2454-6.0627
CIE-Lab80.6775-44.6163-10.8247

#00dfdb color RGB value is (0,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011111 11011011
Octal 0 337 333
Decimal 0 223 219
Hex 0 DF DB

RGB Percentages of Color #00dfdb

%0.00
%50.45
%49.55

CMYK Percentages of Color #00dfdb

%100
%0
%2
%13

Triadic Colors of #00dfdb

#00dfdb #db00df #dfdb00

Analogous Colors of #00dfdb

#00dfdb #0074df #00df6c

Monochromatic Colors of #00dfdb

#00dfdb

Complementary Color

#00dfdb #df0004

#00dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dfdb Color CSS Codes

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

#00dfdb Text Font Color

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

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


#00dfdb Background Color

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

This div background color is #00dfdb


#00dfdb Border Color

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

This div border color is #00dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dfdb


Comments

No comments written yet.

Please login to write comment.