Color Hex Logo

#0dc375 Color Hex

#0DC375
(13,195,117)
0 Favorites   0 Comments

Color spaces of #0dc375

RGB 13195117
HSL0.430.880.41
HSV154°93°76°
CMYK 0.930.000.40   0.24
XYZ22.892040.400123.4211
Yxy40.40010.26400.4659
Hunter Lab63.5611-46.943822.6455
CIE-Lab69.7536-58.538128.0172

#0dc375 color RGB value is (13,195,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000011 01110101
Octal 15 303 165
Decimal 13 195 117
Hex D C3 75

RGB Percentages of Color #0dc375

%4.00
%60.00
%36.00

CMYK Percentages of Color #0dc375

%93
%0
%40
%24

Triadic Colors of #0dc375

#0dc375 #750dc3 #c3750d

Analogous Colors of #0dc375

#0dc375 #0db6c3 #0dc31a

Monochromatic Colors of #0dc375

#0dc375

Complementary Color

#0dc375 #c30d5b

#0dc375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc375 Color CSS Codes

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

#0dc375 Text Font Color

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

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


#0dc375 Background Color

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

This div background color is #0dc375


#0dc375 Border Color

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

This div border color is #0dc375


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,195,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 #0dc375">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc375


Comments

No comments written yet.

Please login to write comment.