Color Hex Logo

#0d965a Color Hex

#0D965A
(13,150,90)
0 Favorites   0 Comments

Color spaces of #0d965a

RGB 1315090
HSL0.430.840.32
HSV154°91°59°
CMYK 0.910.000.40   0.41
XYZ12.917822.636413.3613
Yxy22.63640.26410.4628
Hunter Lab47.5777-34.796616.6539
CIE-Lab54.6958-47.652222.5031

#0d965a color RGB value is (13,150,90).

#0d965a hex color red value is 13, green value is 150 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #0d965a hue: 0.43 , saturation: 0.84 and the lightness value of 0d965a is 0.32.

The process color (four color CMYK) of #0d965a color hex is 0.91, 0.00, 0.40, 0.41. Web safe color of #0d965a is #009966. Color #0d965a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10010110 01011010
Octal 15 226 132
Decimal 13 150 90
Hex D 96 5A

RGB Percentages of Color #0d965a

%5.14
%59.29
%35.57

CMYK Percentages of Color #0d965a

%91
%0
%40
%41

Triadic Colors of #0d965a

#0d965a #5a0d96 #965a0d

Analogous Colors of #0d965a

#0d965a #0d8e96 #0d9616

Monochromatic Colors of #0d965a

#0d965a

Complementary Color

#0d965a #960d49

#0d965a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d965a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d965a Color CSS Codes

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

#0d965a Text Font Color

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

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


#0d965a Background Color

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

This div background color is #0d965a


#0d965a Border Color

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

This div border color is #0d965a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d965a


Comments

No comments written yet.

Please login to write comment.