Color Hex Logo

#0dc475 Color Hex

#0DC475
(13,196,117)
0 Favorites   0 Comments

Color spaces of #0dc475

RGB 13196117
HSL0.430.880.41
HSV154°93°77°
CMYK 0.930.000.40   0.23
XYZ23.116840.849823.4960
Yxy40.84980.26430.4671
Hunter Lab63.9138-47.288122.9435
CIE-Lab70.0706-58.889528.4362

#0dc475 color RGB value is (13,196,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000100 01110101
Octal 15 304 165
Decimal 13 196 117
Hex D C4 75

RGB Percentages of Color #0dc475

%3.99
%60.12
%35.89

CMYK Percentages of Color #0dc475

%93
%0
%40
%23

Triadic Colors of #0dc475

#0dc475 #750dc4 #c4750d

Analogous Colors of #0dc475

#0dc475 #0db8c4 #0dc41a

Monochromatic Colors of #0dc475

#0dc475

Complementary Color

#0dc475 #c40d5c

#0dc475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc475 Color CSS Codes

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

#0dc475 Text Font Color

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

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


#0dc475 Background Color

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

This div background color is #0dc475


#0dc475 Border Color

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

This div border color is #0dc475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc475


Comments

No comments written yet.

Please login to write comment.