Color Hex Logo

#00debe Color Hex

#00DEBE
(0,222,190)
0 Favorites   0 Comments

Color spaces of #00debe

RGB 0222190
HSL0.481.000.44
HSV171°100°87°
CMYK 1.000.000.14   0.13
XYZ35.415555.960357.6500
Yxy55.96030.23760.3755
Hunter Lab74.8066-46.40486.6726
CIE-Lab79.5912-52.23623.0132

#00debe color RGB value is (0,222,190).

#00debe hex color red value is 0, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #00debe hue: 0.48 , saturation: 1.00 and the lightness value of 00debe is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011110 10111110
Octal 0 336 276
Decimal 0 222 190
Hex 0 DE BE

RGB Percentages of Color #00debe

%0.00
%53.88
%46.12

CMYK Percentages of Color #00debe

%100
%0
%14
%13

Triadic Colors of #00debe

#00debe #be00de #debe00

Analogous Colors of #00debe

#00debe #008fde #00de4f

Monochromatic Colors of #00debe

#00debe

Complementary Color

#00debe #de0020

#00debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#00debe Color CSS Codes

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

#00debe Text Font Color

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

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


#00debe Background Color

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

This div background color is #00debe


#00debe Border Color

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

This div border color is #00debe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,222,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 #00debe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00debe


Comments

No comments written yet.

Please login to write comment.