Color Hex Logo

#0db71a Color Hex

#0DB71A
(13,183,26)
0 Favorites   0 Comments

Color spaces of #0db71a

RGB 1318326
HSL0.350.870.38
HSV125°93°72°
CMYK 0.930.000.86   0.28
XYZ17.285934.02716.6341
Yxy34.02710.29830.5872
Hunter Lab58.3328-49.186934.0900
CIE-Lab64.9841-65.785860.9285

#0db71a color RGB value is (13,183,26).

#0db71a hex color red value is 13, green value is 183 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #0db71a hue: 0.35 , saturation: 0.87 and the lightness value of 0db71a is 0.38.

The process color (four color CMYK) of #0db71a color hex is 0.93, 0.00, 0.86, 0.28. Web safe color of #0db71a is #00cc33. Color #0db71a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10110111 00011010
Octal 15 267 32
Decimal 13 183 26
Hex D B7 1A

RGB Percentages of Color #0db71a

%5.86
%82.43
%11.71

CMYK Percentages of Color #0db71a

%93
%0
%86
%28

Triadic Colors of #0db71a

#0db71a #1a0db7 #b71a0d

Analogous Colors of #0db71a

#0db71a #0db76f #55b70d

Monochromatic Colors of #0db71a

#0db71a

Complementary Color

#0db71a #b70daa

#0db71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db71a Color CSS Codes

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

#0db71a Text Font Color

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

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


#0db71a Background Color

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

This div background color is #0db71a


#0db71a Border Color

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

This div border color is #0db71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db71a


Comments

No comments written yet.

Please login to write comment.