Color Hex Logo

#0dca76 Color Hex

#0DCA76
(13,202,118)
0 Favorites   0 Comments

Color spaces of #0dca76

RGB 13202118
HSL0.430.880.42
HSV153°94°79°
CMYK 0.940.000.42   0.21
XYZ24.556543.634624.2676
Yxy43.63460.26560.4719
Hunter Lab66.0565-49.241524.4578
CIE-Lab71.9836-60.786130.4355

#0dca76 color RGB value is (13,202,118).

#0dca76 hex color red value is 13, green value is 202 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #0dca76 hue: 0.43 , saturation: 0.88 and the lightness value of 0dca76 is 0.42.

The process color (four color CMYK) of #0dca76 color hex is 0.94, 0.00, 0.42, 0.21. Web safe color of #0dca76 is #00cc66. Color #0dca76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001010 01110110
Octal 15 312 166
Decimal 13 202 118
Hex D CA 76

RGB Percentages of Color #0dca76

%3.90
%60.66
%35.44

CMYK Percentages of Color #0dca76

%94
%0
%42
%21

Triadic Colors of #0dca76

#0dca76 #760dca #ca760d

Analogous Colors of #0dca76

#0dca76 #0dc0ca #0dca18

Monochromatic Colors of #0dca76

#0dca76

Complementary Color

#0dca76 #ca0d61

#0dca76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dca76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dca76 Color CSS Codes

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

#0dca76 Text Font Color

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

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


#0dca76 Background Color

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

This div background color is #0dca76


#0dca76 Border Color

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

This div border color is #0dca76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dca76


Comments

No comments written yet.

Please login to write comment.