Color Hex Logo

#8ddc6b Color Hex

#8DDC6B
(141,220,107)
0 Favorites   0 Comments

Color spaces of #8ddc6b

RGB 141220107
HSL0.280.620.64
HSV102°51°86°
CMYK 0.360.000.51   0.14
XYZ39.231557.910723.0201
Yxy57.91070.32650.4819
Hunter Lab76.0991-41.151035.3340
CIE-Lab80.6891-44.484247.5595

#8ddc6b color RGB value is (141,220,107).

#8ddc6b hex color red value is 141, green value is 220 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #8ddc6b hue: 0.28 , saturation: 0.62 and the lightness value of 8ddc6b is 0.64.

The process color (four color CMYK) of #8ddc6b color hex is 0.36, 0.00, 0.51, 0.14. Web safe color of #8ddc6b is #99cc66. Color #8ddc6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011100 01101011
Octal 215 334 153
Decimal 141 220 107
Hex 8D DC 6B

RGB Percentages of Color #8ddc6b

%30.13
%47.01
%22.86

CMYK Percentages of Color #8ddc6b

%36
%0
%51
%14

Triadic Colors of #8ddc6b

#8ddc6b #6b8ddc #dc6b8d

Analogous Colors of #8ddc6b

#8ddc6b #6bdc82 #c6dc6b

Monochromatic Colors of #8ddc6b

#8ddc6b

Complementary Color

#8ddc6b #ba6bdc

#8ddc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddc6b Color CSS Codes

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

#8ddc6b Text Font Color

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

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


#8ddc6b Background Color

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

This div background color is #8ddc6b


#8ddc6b Border Color

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

This div border color is #8ddc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddc6b


Comments

No comments written yet.

Please login to write comment.