Color Hex Logo

#0c7505 Color Hex

#0C7505
(12,117,5)
0 Favorites   0 Comments

Color spaces of #0c7505

RGB 121175
HSL0.320.920.24
HSV116°96°46°
CMYK 0.900.000.96   0.54
XYZ6.540312.81172.2718
Yxy12.81170.30250.5925
Hunter Lab35.7934-30.022421.2923
CIE-Lab42.4781-47.169945.7647

#0c7505 color RGB value is (12,117,5).

#0c7505 hex color red value is 12, green value is 117 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #0c7505 hue: 0.32 , saturation: 0.92 and the lightness value of 0c7505 is 0.24.

The process color (four color CMYK) of #0c7505 color hex is 0.90, 0.00, 0.96, 0.54. Web safe color of #0c7505 is #006600. Color #0c7505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01110101 00000101
Octal 14 165 5
Decimal 12 117 5
Hex C 75 5

RGB Percentages of Color #0c7505

%8.96
%87.31
%3.73

CMYK Percentages of Color #0c7505

%90
%0
%96
%54

Triadic Colors of #0c7505

#0c7505 #050c75 #75050c

Analogous Colors of #0c7505

#0c7505 #057536 #447505

Monochromatic Colors of #0c7505

#0c7505

Complementary Color

#0c7505 #6e0575

#0c7505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c7505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c7505 Color CSS Codes

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

#0c7505 Text Font Color

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

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


#0c7505 Background Color

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

This div background color is #0c7505


#0c7505 Border Color

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

This div border color is #0c7505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c7505


Comments

No comments written yet.

Please login to write comment.