Color Hex Logo

#0dc406 Color Hex

#0DC406
(13,196,6)
0 Favorites   0 Comments

Color spaces of #0dc406

RGB 131966
HSL0.330.940.40
HSV118°97°77°
CMYK 0.930.000.97   0.23
XYZ19.938839.57866.7608
Yxy39.57860.30080.5972
Hunter Lab62.9115-53.522537.6665
CIE-Lab69.1683-70.013467.6448

#0dc406 color RGB value is (13,196,6).

#0dc406 hex color red value is 13, green value is 196 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #0dc406 hue: 0.33 , saturation: 0.94 and the lightness value of 0dc406 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000100 00000110
Octal 15 304 6
Decimal 13 196 6
Hex D C4 6

RGB Percentages of Color #0dc406

%6.05
%91.16
%2.79

CMYK Percentages of Color #0dc406

%93
%0
%97
%23

Triadic Colors of #0dc406

#0dc406 #060dc4 #c4060d

Analogous Colors of #0dc406

#0dc406 #06c45e #6cc406

Monochromatic Colors of #0dc406

#0dc406

Complementary Color

#0dc406 #bd06c4

#0dc406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc406 Color CSS Codes

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

#0dc406 Text Font Color

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

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


#0dc406 Background Color

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

This div background color is #0dc406


#0dc406 Border Color

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

This div border color is #0dc406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc406


Comments

No comments written yet.

Please login to write comment.