Color Hex Logo

#0dc466 Color Hex

#0DC466
(13,196,102)
0 Favorites   0 Comments

Color spaces of #0dc466

RGB 13196102
HSL0.410.880.41
HSV149°93°77°
CMYK 0.930.000.48   0.23
XYZ22.304240.524719.2169
Yxy40.52470.27190.4939
Hunter Lab63.6590-48.862326.6633
CIE-Lab69.8416-61.603435.8170

#0dc466 color RGB value is (13,196,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000100 01100110
Octal 15 304 146
Decimal 13 196 102
Hex D C4 66

RGB Percentages of Color #0dc466

%4.18
%63.02
%32.80

CMYK Percentages of Color #0dc466

%93
%0
%48
%23

Triadic Colors of #0dc466

#0dc466 #660dc4 #c4660d

Analogous Colors of #0dc466

#0dc466 #0dc4c2 #10c40d

Monochromatic Colors of #0dc466

#0dc466

Complementary Color

#0dc466 #c40d6b

#0dc466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc466 Color CSS Codes

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

#0dc466 Text Font Color

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

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


#0dc466 Background Color

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

This div background color is #0dc466


#0dc466 Border Color

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

This div border color is #0dc466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc466


Comments

No comments written yet.

Please login to write comment.