Color Hex Logo

#0debab Color Hex

#0DEBAB
(13,235,171)
0 Favorites   0 Comments

Color spaces of #0debab

RGB 13235171
HSL0.450.900.49
HSV163°94°92°
CMYK 0.940.000.27   0.08
XYZ37.225062.442548.6187
Yxy62.44250.25100.4211
Hunter Lab79.0206-54.198218.8353
CIE-Lab83.1482-61.541718.0791

#0debab color RGB value is (13,235,171).

#0debab hex color red value is 13, green value is 235 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0debab hue: 0.45 , saturation: 0.90 and the lightness value of 0debab is 0.49.

The process color (four color CMYK) of #0debab color hex is 0.94, 0.00, 0.27, 0.08. Web safe color of #0debab is #00ff99. Color #0debab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101011 10101011
Octal 15 353 253
Decimal 13 235 171
Hex D EB AB

RGB Percentages of Color #0debab

%3.10
%56.09
%40.81

CMYK Percentages of Color #0debab

%94
%0
%27
%8

Triadic Colors of #0debab

#0debab #ab0deb #ebab0d

Analogous Colors of #0debab

#0debab #0dbceb #0deb3c

Monochromatic Colors of #0debab

#0debab

Complementary Color

#0debab #eb0d4d

#0debab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0debab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0debab Color CSS Codes

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

#0debab Text Font Color

<p style="color:#0debab">Text here</p>

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


#0debab Background Color

<div style="background-color:#0debab">
Div content here</div>

This div background color is #0debab


#0debab Border Color

<div style="border:3px solid #0debab">
Div here</div>

This div border color is #0debab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,235,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0debab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0debab;
  -webkit-box-shadow: 1px 1px 3px 2px #0debab;
  box-shadow:         1px 1px 3px 2px #0debab; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0debab


Comments

No comments written yet.

Please login to write comment.