Color Hex Logo

#0da76d Color Hex

#0DA76D
(13,167,109)
0 Favorites   0 Comments

Color spaces of #0da76d

RGB 13167109
HSL0.440.860.35
HSV157°92°65°
CMYK 0.920.000.35   0.35
XYZ16.745028.827119.1496
Yxy28.82710.25870.4454
Hunter Lab53.6909-38.288816.4370
CIE-Lab60.6287-49.999020.0639

#0da76d color RGB value is (13,167,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10100111 01101101
Octal 15 247 155
Decimal 13 167 109
Hex D A7 6D

RGB Percentages of Color #0da76d

%4.50
%57.79
%37.72

CMYK Percentages of Color #0da76d

%92
%0
%35
%35

Triadic Colors of #0da76d

#0da76d #6d0da7 #a76d0d

Analogous Colors of #0da76d

#0da76d #0d94a7 #0da720

Monochromatic Colors of #0da76d

#0da76d

Complementary Color

#0da76d #a70d47

#0da76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0da76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0da76d Color CSS Codes

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

#0da76d Text Font Color

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

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


#0da76d Background Color

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

This div background color is #0da76d


#0da76d Border Color

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

This div border color is #0da76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0da76d


Comments

No comments written yet.

Please login to write comment.