Color Hex Logo

#0dab52 Color Hex

#0DAB52
(13,171,82)
0 Favorites   0 Comments

Color spaces of #0dab52

RGB 1317182
HSL0.410.860.36
HSV146°92°67°
CMYK 0.920.000.52   0.33
XYZ16.251929.820612.8820
Yxy29.82060.27570.5058
Hunter Lab54.6082-42.441224.2393
CIE-Lab61.4991-56.529535.4359

#0dab52 color RGB value is (13,171,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101011 01010010
Octal 15 253 122
Decimal 13 171 82
Hex D AB 52

RGB Percentages of Color #0dab52

%4.89
%64.29
%30.83

CMYK Percentages of Color #0dab52

%92
%0
%52
%33

Triadic Colors of #0dab52

#0dab52 #520dab #ab520d

Analogous Colors of #0dab52

#0dab52 #0daba1 #17ab0d

Monochromatic Colors of #0dab52

#0dab52

Complementary Color

#0dab52 #ab0d66

#0dab52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dab52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dab52 Color CSS Codes

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

#0dab52 Text Font Color

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

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


#0dab52 Background Color

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

This div background color is #0dab52


#0dab52 Border Color

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

This div border color is #0dab52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dab52


Comments

No comments written yet.

Please login to write comment.