Color Hex Logo

#8dce9b Color Hex

#8DCE9B
(141,206,155)
0 Favorites   0 Comments

Color spaces of #8dce9b

RGB 141206155
HSL0.370.400.68
HSV133°32°81°
CMYK 0.320.000.25   0.19
XYZ38.972252.171939.0265
Yxy52.17190.29940.4008
Hunter Lab72.2301-30.091918.5262
CIE-Lab77.3835-31.057918.9380

#8dce9b color RGB value is (141,206,155).

#8dce9b hex color red value is 141, green value is 206 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #8dce9b hue: 0.37 , saturation: 0.40 and the lightness value of 8dce9b is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001110 10011011
Octal 215 316 233
Decimal 141 206 155
Hex 8D CE 9B

RGB Percentages of Color #8dce9b

%28.09
%41.04
%30.88

CMYK Percentages of Color #8dce9b

%32
%0
%25
%19

Triadic Colors of #8dce9b

#8dce9b #9b8dce #ce9b8d

Analogous Colors of #8dce9b

#8dce9b #8dcebc #a0ce8d

Monochromatic Colors of #8dce9b

#8dce9b

Complementary Color

#8dce9b #ce8dc0

#8dce9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dce9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dce9b Color CSS Codes

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

#8dce9b Text Font Color

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

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


#8dce9b Background Color

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

This div background color is #8dce9b


#8dce9b Border Color

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

This div border color is #8dce9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dce9b


Comments

No comments written yet.

Please login to write comment.