Color Hex Logo

#01debb Color Hex

#01DEBB
(1,222,187)
0 Favorites   0 Comments

Color spaces of #01debb

RGB 1222187
HSL0.470.990.44
HSV170°100°87°
CMYK 1.000.000.16   0.13
XYZ35.103455.836955.9412
Yxy55.83690.23900.3801
Hunter Lab74.7241-46.91267.9202
CIE-Lab79.5209-52.99324.5067

#01debb color RGB value is (1,222,187).

#01debb hex color red value is 1, green value is 222 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #01debb hue: 0.47 , saturation: 0.99 and the lightness value of 01debb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011110 10111011
Octal 1 336 273
Decimal 1 222 187
Hex 1 DE BB

RGB Percentages of Color #01debb

%0.24
%54.15
%45.61

CMYK Percentages of Color #01debb

%100
%0
%16
%13

Triadic Colors of #01debb

#01debb #bb01de #debb01

Analogous Colors of #01debb

#01debb #0193de #01de4d

Monochromatic Colors of #01debb

#01debb

Complementary Color

#01debb #de0124

#01debb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01debb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01debb Color CSS Codes

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

#01debb Text Font Color

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

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


#01debb Background Color

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

This div background color is #01debb


#01debb Border Color

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

This div border color is #01debb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01debb


Comments

No comments written yet.

Please login to write comment.