Color Hex Logo

#01dbab Color Hex

#01DBAB
(1,219,171)
0 Favorites   0 Comments

Color spaces of #01dbab

RGB 1219171
HSL0.460.990.43
HSV167°100°86°
CMYK 1.000.000.22   0.14
XYZ32.694753.609847.1526
Yxy53.60980.24500.4017
Hunter Lab73.2187-48.426313.0705
CIE-Lab78.2337-55.845011.1580

#01dbab color RGB value is (1,219,171).

#01dbab hex color red value is 1, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #01dbab hue: 0.46 , saturation: 0.99 and the lightness value of 01dbab is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011011 10101011
Octal 1 333 253
Decimal 1 219 171
Hex 1 DB AB

RGB Percentages of Color #01dbab

%0.26
%56.01
%43.73

CMYK Percentages of Color #01dbab

%100
%0
%22
%14

Triadic Colors of #01dbab

#01dbab #ab01db #dbab01

Analogous Colors of #01dbab

#01dbab #019edb #01db3e

Monochromatic Colors of #01dbab

#01dbab

Complementary Color

#01dbab #db0131

#01dbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01dbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#01dbab Color CSS Codes

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

#01dbab Text Font Color

<p style="color:#01dbab">Text here</p>

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


#01dbab Background Color

<div style="background-color:#01dbab">
Div content here</div>

This div background color is #01dbab


#01dbab Border Color

<div style="border:3px solid #01dbab">
Div here</div>

This div border color is #01dbab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,219,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01dbab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01dbab;
  -webkit-box-shadow: 1px 1px 3px 2px #01dbab;
  box-shadow:         1px 1px 3px 2px #01dbab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01dbab


Comments

No comments written yet.

Please login to write comment.