Color Hex Logo

#0dc746 Color Hex

#0DC746
(13,199,70)
0 Favorites   0 Comments

Color spaces of #0dc746

RGB 1319970
HSL0.380.880.42
HSV138°93°78°
CMYK 0.930.000.65   0.22
XYZ21.694941.374612.6370
Yxy41.37460.28660.5465
Hunter Lab64.3231-52.360933.3780
CIE-Lab70.4376-67.006451.4734

#0dc746 color RGB value is (13,199,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000111 01000110
Octal 15 307 106
Decimal 13 199 70
Hex D C7 46

RGB Percentages of Color #0dc746

%4.61
%70.57
%24.82

CMYK Percentages of Color #0dc746

%93
%0
%65
%22

Triadic Colors of #0dc746

#0dc746 #460dc7 #c7460d

Analogous Colors of #0dc746

#0dc746 #0dc7a3 #31c70d

Monochromatic Colors of #0dc746

#0dc746

Complementary Color

#0dc746 #c70d8e

#0dc746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc746 Color CSS Codes

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

#0dc746 Text Font Color

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

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


#0dc746 Background Color

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

This div background color is #0dc746


#0dc746 Border Color

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

This div border color is #0dc746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc746


Comments

No comments written yet.

Please login to write comment.