Color Hex Logo

#0dc337 Color Hex

#0DC337
(13,195,55)
0 Favorites   0 Comments

Color spaces of #0dc337

RGB 1319555
HSL0.370.880.41
HSV134°93°76°
CMYK 0.930.000.72   0.24
XYZ20.370739.391610.1441
Yxy39.39160.29140.5635
Hunter Lab62.7627-51.899634.3511
CIE-Lab69.0340-67.304555.9436

#0dc337 color RGB value is (13,195,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000011 00110111
Octal 15 303 67
Decimal 13 195 55
Hex D C3 37

RGB Percentages of Color #0dc337

%4.94
%74.14
%20.91

CMYK Percentages of Color #0dc337

%93
%0
%72
%24

Triadic Colors of #0dc337

#0dc337 #370dc3 #c3370d

Analogous Colors of #0dc337

#0dc337 #0dc392 #3ec30d

Monochromatic Colors of #0dc337

#0dc337

Complementary Color

#0dc337 #c30d99

#0dc337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc337 Color CSS Codes

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

#0dc337 Text Font Color

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

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


#0dc337 Background Color

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

This div background color is #0dc337


#0dc337 Border Color

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

This div border color is #0dc337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc337


Comments

No comments written yet.

Please login to write comment.