Color Hex Logo

#0dab5e Color Hex

#0DAB5E
(13,171,94)
0 Favorites   0 Comments

Color spaces of #0dab5e

RGB 1317194
HSL0.420.860.36
HSV151°92°67°
CMYK 0.920.000.45   0.33
XYZ16.749330.019515.5012
Yxy30.01950.26900.4821
Hunter Lab54.7901-41.315221.5787
CIE-Lab61.6710-54.467729.4840

#0dab5e color RGB value is (13,171,94).

#0dab5e hex color red value is 13, green value is 171 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #0dab5e hue: 0.42 , saturation: 0.86 and the lightness value of 0dab5e is 0.36.

The process color (four color CMYK) of #0dab5e color hex is 0.92, 0.00, 0.45, 0.33. Web safe color of #0dab5e is #009966. Color #0dab5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101011 01011110
Octal 15 253 136
Decimal 13 171 94
Hex D AB 5E

RGB Percentages of Color #0dab5e

%4.68
%61.51
%33.81

CMYK Percentages of Color #0dab5e

%92
%0
%45
%33

Triadic Colors of #0dab5e

#0dab5e #5e0dab #ab5e0d

Analogous Colors of #0dab5e

#0dab5e #0da9ab #0dab0f

Monochromatic Colors of #0dab5e

#0dab5e

Complementary Color

#0dab5e #ab0d5a

#0dab5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dab5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dab5e Color CSS Codes

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

#0dab5e Text Font Color

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

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


#0dab5e Background Color

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

This div background color is #0dab5e


#0dab5e Border Color

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

This div border color is #0dab5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dab5e


Comments

No comments written yet.

Please login to write comment.