Color Hex Logo

#8fa548 Color Hex

#8FA548
(143,165,72)
0 Favorites   0 Comments

Color spaces of #8fa548

RGB 14316572
HSL0.210.390.46
HSV74°56°65°
CMYK 0.130.000.56   0.35
XYZ25.952533.217811.1747
Yxy33.21780.36890.4722
Hunter Lab57.6349-20.484028.8488
CIE-Lab64.3369-21.902544.8732

#8fa548 color RGB value is (143,165,72).

#8fa548 hex color red value is 143, green value is 165 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #8fa548 hue: 0.21 , saturation: 0.39 and the lightness value of 8fa548 is 0.46.

The process color (four color CMYK) of #8fa548 color hex is 0.13, 0.00, 0.56, 0.35. Web safe color of #8fa548 is #999933. Color #8fa548 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10100101 01001000
Octal 217 245 110
Decimal 143 165 72
Hex 8F A5 48

RGB Percentages of Color #8fa548

%37.63
%43.42
%18.95

CMYK Percentages of Color #8fa548

%13
%0
%56
%35

Triadic Colors of #8fa548

#8fa548 #488fa5 #a5488f

Analogous Colors of #8fa548

#8fa548 #61a548 #a58d48

Monochromatic Colors of #8fa548

#8fa548

Complementary Color

#8fa548 #5e48a5

#8fa548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fa548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fa548 Color CSS Codes

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

#8fa548 Text Font Color

<p style="color:#8fa548">Text here</p>

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


#8fa548 Background Color

<div style="background-color:#8fa548">
Div content here</div>

This div background color is #8fa548


#8fa548 Border Color

<div style="border:3px solid #8fa548">
Div here</div>

This div border color is #8fa548


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,165,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fa548; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fa548;
  -webkit-box-shadow: 1px 1px 3px 2px #8fa548;
  box-shadow:         1px 1px 3px 2px #8fa548; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,165,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fa548


Comments

No comments written yet.

Please login to write comment.