Color Hex Logo

#00dbaf Color Hex

#00DBAF
(0,219,175)
0 Favorites   0 Comments

Color spaces of #00dbaf

RGB 0219175
HSL0.471.000.43
HSV168°100°86°
CMYK 1.000.000.20   0.14
XYZ33.069453.758249.1909
Yxy53.75820.24310.3952
Hunter Lab73.3200-47.801411.5459
CIE-Lab78.3205-54.88629.1582

#00dbaf color RGB value is (0,219,175).

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

The process color (four color CMYK) of #00dbaf color hex is 1.00, 0.00, 0.20, 0.14. Web safe color of #00dbaf is #00cc99. Color #00dbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011011 10101111
Octal 0 333 257
Decimal 0 219 175
Hex 0 DB AF

RGB Percentages of Color #00dbaf

%0.00
%55.58
%44.42

CMYK Percentages of Color #00dbaf

%100
%0
%20
%14

Triadic Colors of #00dbaf

#00dbaf #af00db #dbaf00

Analogous Colors of #00dbaf

#00dbaf #009adb #00db42

Monochromatic Colors of #00dbaf

#00dbaf

Complementary Color

#00dbaf #db002c

#00dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dbaf Color CSS Codes

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

#00dbaf Text Font Color

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

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


#00dbaf Background Color

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

This div background color is #00dbaf


#00dbaf Border Color

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

This div border color is #00dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dbaf


Comments

No comments written yet.

Please login to write comment.