Color Hex Logo

#8cdd61 Color Hex

#8CDD61
(140,221,97)
0 Favorites   0 Comments

Color spaces of #8cdd61

RGB 14022197
HSL0.280.650.62
HSV99°56°87°
CMYK 0.370.000.56   0.13
XYZ38.829358.151420.4871
Yxy58.15140.33060.4950
Hunter Lab76.2571-42.559537.4512
CIE-Lab80.8229-46.337452.3310

#8cdd61 color RGB value is (140,221,97).

#8cdd61 hex color red value is 140, green value is 221 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #8cdd61 hue: 0.28 , saturation: 0.65 and the lightness value of 8cdd61 is 0.62.

The process color (four color CMYK) of #8cdd61 color hex is 0.37, 0.00, 0.56, 0.13. Web safe color of #8cdd61 is #99cc66. Color #8cdd61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011101 01100001
Octal 214 335 141
Decimal 140 221 97
Hex 8C DD 61

RGB Percentages of Color #8cdd61

%30.57
%48.25
%21.18

CMYK Percentages of Color #8cdd61

%37
%0
%56
%13

Triadic Colors of #8cdd61

#8cdd61 #618cdd #dd618c

Analogous Colors of #8cdd61

#8cdd61 #61dd74 #cadd61

Monochromatic Colors of #8cdd61

#8cdd61

Complementary Color

#8cdd61 #b261dd

#8cdd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdd61 Color CSS Codes

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

#8cdd61 Text Font Color

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

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


#8cdd61 Background Color

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

This div background color is #8cdd61


#8cdd61 Border Color

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

This div border color is #8cdd61


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,221,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 #8cdd61">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdd61


Comments

No comments written yet.

Please login to write comment.