Color Hex Logo

#8cdd5f Color Hex

#8CDD5F
(140,221,95)
0 Favorites   0 Comments

Color spaces of #8cdd5f

RGB 14022195
HSL0.270.650.62
HSV99°57°87°
CMYK 0.370.000.57   0.13
XYZ38.737258.114620.0020
Yxy58.11460.33150.4973
Hunter Lab76.2329-42.704237.8065
CIE-Lab80.8025-46.542953.2076

#8cdd5f color RGB value is (140,221,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011101 01011111
Octal 214 335 137
Decimal 140 221 95
Hex 8C DD 5F

RGB Percentages of Color #8cdd5f

%30.70
%48.46
%20.83

CMYK Percentages of Color #8cdd5f

%37
%0
%57
%13

Triadic Colors of #8cdd5f

#8cdd5f #5f8cdd #dd5f8c

Analogous Colors of #8cdd5f

#8cdd5f #5fdd71 #cbdd5f

Monochromatic Colors of #8cdd5f

#8cdd5f

Complementary Color

#8cdd5f #b05fdd

#8cdd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdd5f Color CSS Codes

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

#8cdd5f Text Font Color

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

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


#8cdd5f Background Color

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

This div background color is #8cdd5f


#8cdd5f Border Color

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

This div border color is #8cdd5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,221,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdd5f


Comments

No comments written yet.

Please login to write comment.