Color Hex Logo

#0dc46f Color Hex

#0DC46F
(13,196,111)
0 Favorites   0 Comments

Color spaces of #0dc46f

RGB 13196111
HSL0.420.880.41
HSV152°93°77°
CMYK 0.930.000.43   0.23
XYZ22.775240.713121.6970
Yxy40.71310.26740.4779
Hunter Lab63.8068-47.948224.5037
CIE-Lab69.9744-60.020231.4138

#0dc46f color RGB value is (13,196,111).

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

The process color (four color CMYK) of #0dc46f color hex is 0.93, 0.00, 0.43, 0.23. Web safe color of #0dc46f is #00cc66. Color #0dc46f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000100 01101111
Octal 15 304 157
Decimal 13 196 111
Hex D C4 6F

RGB Percentages of Color #0dc46f

%4.06
%61.25
%34.69

CMYK Percentages of Color #0dc46f

%93
%0
%43
%23

Triadic Colors of #0dc46f

#0dc46f #6f0dc4 #c46f0d

Analogous Colors of #0dc46f

#0dc46f #0dbec4 #0dc414

Monochromatic Colors of #0dc46f

#0dc46f

Complementary Color

#0dc46f #c40d62

#0dc46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc46f Color CSS Codes

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

#0dc46f Text Font Color

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

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


#0dc46f Background Color

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

This div background color is #0dc46f


#0dc46f Border Color

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

This div border color is #0dc46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc46f


Comments

No comments written yet.

Please login to write comment.