Color Hex Logo

#0dab44 Color Hex

#0DAB44
(13,171,68)
0 Favorites   0 Comments

Color spaces of #0dab44

RGB 1317168
HSL0.390.860.36
HSV141°92°67°
CMYK 0.920.000.60   0.33
XYZ15.772329.628710.3565
Yxy29.62870.28290.5314
Hunter Lab54.4323-43.534226.8218
CIE-Lab61.3325-58.568642.0368

#0dab44 color RGB value is (13,171,68).

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

The process color (four color CMYK) of #0dab44 color hex is 0.92, 0.00, 0.60, 0.33. Web safe color of #0dab44 is #009933. Color #0dab44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101011 01000100
Octal 15 253 104
Decimal 13 171 68
Hex D AB 44

RGB Percentages of Color #0dab44

%5.16
%67.86
%26.98

CMYK Percentages of Color #0dab44

%92
%0
%60
%33

Triadic Colors of #0dab44

#0dab44 #440dab #ab440d

Analogous Colors of #0dab44

#0dab44 #0dab93 #25ab0d

Monochromatic Colors of #0dab44

#0dab44

Complementary Color

#0dab44 #ab0d74

#0dab44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dab44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dab44 Color CSS Codes

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

#0dab44 Text Font Color

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

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


#0dab44 Background Color

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

This div background color is #0dab44


#0dab44 Border Color

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

This div border color is #0dab44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dab44


Comments

No comments written yet.

Please login to write comment.