Color Hex Logo

#0d855f Color Hex

#0D855F
(13,133,95)
0 Favorites   0 Comments

Color spaces of #0d855f

RGB 1313395
HSL0.450.820.29
HSV161°90°52°
CMYK 0.900.000.29   0.48
XYZ10.619117.686813.6807
Yxy17.68680.25290.4212
Hunter Lab42.0557-28.526010.1520
CIE-Lab49.1140-39.847212.0936

#0d855f color RGB value is (13,133,95).

#0d855f hex color red value is 13, green value is 133 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #0d855f hue: 0.45 , saturation: 0.82 and the lightness value of 0d855f is 0.29.

The process color (four color CMYK) of #0d855f color hex is 0.90, 0.00, 0.29, 0.48. Web safe color of #0d855f is #009966. Color #0d855f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10000101 01011111
Octal 15 205 137
Decimal 13 133 95
Hex D 85 5F

RGB Percentages of Color #0d855f

%5.39
%55.19
%39.42

CMYK Percentages of Color #0d855f

%90
%0
%29
%48

Triadic Colors of #0d855f

#0d855f #5f0d85 #855f0d

Analogous Colors of #0d855f

#0d855f #0d6f85 #0d8523

Monochromatic Colors of #0d855f

#0d855f

Complementary Color

#0d855f #850d33

#0d855f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d855f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d855f Color CSS Codes

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

#0d855f Text Font Color

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

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


#0d855f Background Color

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

This div background color is #0d855f


#0d855f Border Color

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

This div border color is #0d855f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d855f


Comments

No comments written yet.

Please login to write comment.