Color Hex Logo

#00dbd2 Color Hex

#00DBD2
(0,219,210)
0 Favorites   0 Comments

Color spaces of #00dbd2

RGB 0219210
HSL0.491.000.43
HSV178°100°86°
CMYK 1.000.000.04   0.14
XYZ36.964455.316269.7016
Yxy55.31620.22820.3415
Hunter Lab74.3749-41.4413-3.5022
CIE-Lab79.2231-45.4787-8.1907

#00dbd2 color RGB value is (0,219,210).

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

The process color (four color CMYK) of #00dbd2 color hex is 1.00, 0.00, 0.04, 0.14. Web safe color of #00dbd2 is #00cccc. Color #00dbd2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011011 11010010
Octal 0 333 322
Decimal 0 219 210
Hex 0 DB D2

RGB Percentages of Color #00dbd2

%0.00
%51.05
%48.95

CMYK Percentages of Color #00dbd2

%100
%0
%4
%14

Triadic Colors of #00dbd2

#00dbd2 #d200db #dbd200

Analogous Colors of #00dbd2

#00dbd2 #0077db #00db65

Monochromatic Colors of #00dbd2

#00dbd2

Complementary Color

#00dbd2 #db0009

#00dbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dbd2 Color CSS Codes

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

#00dbd2 Text Font Color

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

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


#00dbd2 Background Color

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

This div background color is #00dbd2


#00dbd2 Border Color

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

This div border color is #00dbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dbd2


Comments

No comments written yet.

Please login to write comment.