color codes Logo

#01dbbe color codes

#01DBBE
(1,219,190)
0 Favorites   0 Comments

Color spaces of #01dbbe

RGB 1219190
HSL0.480.990.43
HSV172°100°86°
CMYK 1.000.000.13   0.14
XYZ34.638354.387257.3873
Yxy54.38720.23660.3715
Hunter Lab73.7477-45.21945.4864
CIE-Lab78.6870-50.99001.7003

#01dbbe color RGB value is (1,219,190).

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

The process color (four color CMYK) of #01dbbe color code is 1.00, 0.00, 0.13, 0.14. Web safe color of #01dbbe is #00cccc. Color #01dbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011011 10111110
Octal 1 333 276
Decimal 1 219 190
Hex 1 DB BE

RGB Percentages of Color #01dbbe

%0.24
%53.41
%46.34

CMYK Percentages of Color #01dbbe

%100
%0
%13
%14

Triadic Colors of #01dbbe

#01dbbe #be01db #dbbe01

Analogous Colors of #01dbbe

#01dbbe #018bdb #01db51

Monochromatic Colors of #01dbbe

#01dbbe

Complementary Color

#01dbbe #db011e

#01dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#01dbbe Color CSS Codes

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

#01dbbe Text Font Color

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

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


#01dbbe Background Color

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

This div background color is #01dbbe


#01dbbe Border Color

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

This div border color is #01dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01dbbe


Comments

No comments written yet.

Please login to write comment.