Color Hex Logo

#0da83e Color Hex

#0DA83E
(13,168,62)
0 Favorites   0 Comments

Color spaces of #0da83e

RGB 1316862
HSL0.390.860.35
HSV139°92°66°
CMYK 0.920.000.63   0.34
XYZ15.038128.43869.2540
Yxy28.43860.28520.5393
Hunter Lab53.3279-42.987927.0409
CIE-Lab60.2829-58.375843.5890

#0da83e color RGB value is (13,168,62).

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

The process color (four color CMYK) of #0da83e color hex is 0.92, 0.00, 0.63, 0.34. Web safe color of #0da83e is #009933. Color #0da83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101000 00111110
Octal 15 250 76
Decimal 13 168 62
Hex D A8 3E

RGB Percentages of Color #0da83e

%5.35
%69.14
%25.51

CMYK Percentages of Color #0da83e

%92
%0
%63
%34

Triadic Colors of #0da83e

#0da83e #3e0da8 #a83e0d

Analogous Colors of #0da83e

#0da83e #0da88c #29a80d

Monochromatic Colors of #0da83e

#0da83e

Complementary Color

#0da83e #a80d77

#0da83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0da83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0da83e Color CSS Codes

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

#0da83e Text Font Color

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

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


#0da83e Background Color

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

This div background color is #0da83e


#0da83e Border Color

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

This div border color is #0da83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0da83e


Comments

No comments written yet.

Please login to write comment.