Color Hex Logo

#0f8435 Color Hex

#0F8435
(15,132,53)
0 Favorites   0 Comments

Color spaces of #0f8435

RGB 1513253
HSL0.390.800.29
HSV139°89°52°
CMYK 0.890.000.60   0.48
XYZ9.090916.86116.1435
Yxy16.86110.28320.5253
Hunter Lab41.0623-32.340319.8730
CIE-Lab48.0845-47.565133.7812

#0f8435 color RGB value is (15,132,53).

#0f8435 hex color red value is 15, green value is 132 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #0f8435 hue: 0.39 , saturation: 0.80 and the lightness value of 0f8435 is 0.29.

The process color (four color CMYK) of #0f8435 color hex is 0.89, 0.00, 0.60, 0.48. Web safe color of #0f8435 is #009933. Color #0f8435 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10000100 00110101
Octal 17 204 65
Decimal 15 132 53
Hex F 84 35

RGB Percentages of Color #0f8435

%7.50
%66.00
%26.50

CMYK Percentages of Color #0f8435

%89
%0
%60
%48

Triadic Colors of #0f8435

#0f8435 #350f84 #84350f

Analogous Colors of #0f8435

#0f8435 #0f8470 #24840f

Monochromatic Colors of #0f8435

#0f8435

Complementary Color

#0f8435 #840f5e

#0f8435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f8435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f8435 Color CSS Codes

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

#0f8435 Text Font Color

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

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


#0f8435 Background Color

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

This div background color is #0f8435


#0f8435 Border Color

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

This div border color is #0f8435


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,132,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f8435; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f8435;
  -webkit-box-shadow: 1px 1px 3px 2px #0f8435;
  box-shadow:         1px 1px 3px 2px #0f8435; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,132,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f8435


Comments

No comments written yet.

Please login to write comment.