Color Hex Logo

#8dce69 Color Hex

#8DCE69
(141,206,105)
0 Favorites   0 Comments

Color spaces of #8dce69

RGB 141206105
HSL0.270.510.61
HSV99°49°81°
CMYK 0.320.000.49   0.19
XYZ35.605650.825321.2982
Yxy50.82530.33050.4718
Hunter Lab71.2919-35.611732.1916
CIE-Lab76.5731-38.584343.5109

#8dce69 color RGB value is (141,206,105).

#8dce69 hex color red value is 141, green value is 206 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #8dce69 hue: 0.27 , saturation: 0.51 and the lightness value of 8dce69 is 0.61.

The process color (four color CMYK) of #8dce69 color hex is 0.32, 0.00, 0.49, 0.19. Web safe color of #8dce69 is #99cc66. Color #8dce69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001110 01101001
Octal 215 316 151
Decimal 141 206 105
Hex 8D CE 69

RGB Percentages of Color #8dce69

%31.19
%45.58
%23.23

CMYK Percentages of Color #8dce69

%32
%0
%49
%19

Triadic Colors of #8dce69

#8dce69 #698dce #ce698d

Analogous Colors of #8dce69

#8dce69 #69ce78 #c0ce69

Monochromatic Colors of #8dce69

#8dce69

Complementary Color

#8dce69 #aa69ce

#8dce69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dce69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dce69 Color CSS Codes

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

#8dce69 Text Font Color

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

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


#8dce69 Background Color

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

This div background color is #8dce69


#8dce69 Border Color

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

This div border color is #8dce69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dce69


Comments

No comments written yet.

Please login to write comment.