Color Hex Logo

#8dc961 Color Hex

#8DC961
(141,201,97)
0 Favorites   0 Comments

Color spaces of #8dc961

RGB 14120197
HSL0.260.490.58
HSV95°52°79°
CMYK 0.300.000.52   0.21
XYZ34.028848.299118.8384
Yxy48.29910.33640.4774
Hunter Lab69.4976-34.219932.5768
CIE-Lab75.0132-37.261945.4750

#8dc961 color RGB value is (141,201,97).

#8dc961 hex color red value is 141, green value is 201 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #8dc961 hue: 0.26 , saturation: 0.49 and the lightness value of 8dc961 is 0.58.

The process color (four color CMYK) of #8dc961 color hex is 0.30, 0.00, 0.52, 0.21. Web safe color of #8dc961 is #99cc66. Color #8dc961 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001001 01100001
Octal 215 311 141
Decimal 141 201 97
Hex 8D C9 61

RGB Percentages of Color #8dc961

%32.12
%45.79
%22.10

CMYK Percentages of Color #8dc961

%30
%0
%52
%21

Triadic Colors of #8dc961

#8dc961 #618dc9 #c9618d

Analogous Colors of #8dc961

#8dc961 #61c969 #c1c961

Monochromatic Colors of #8dc961

#8dc961

Complementary Color

#8dc961 #9d61c9

#8dc961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dc961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dc961 Color CSS Codes

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

#8dc961 Text Font Color

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

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


#8dc961 Background Color

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

This div background color is #8dc961


#8dc961 Border Color

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

This div border color is #8dc961


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,201,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8dc961; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8dc961;
  -webkit-box-shadow: 1px 1px 3px 2px #8dc961;
  box-shadow:         1px 1px 3px 2px #8dc961; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,201,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dc961


Comments

No comments written yet.

Please login to write comment.