Color Hex Logo

#8cedbd Color Hex

#8CEDBD
(140,237,189)
0 Favorites   0 Comments

Color spaces of #8cedbd

RGB 140237189
HSL0.420.730.74
HSV150°41°93°
CMYK 0.410.000.20   0.07
XYZ50.284769.817958.9700
Yxy69.81790.28080.3899
Hunter Lab83.5571-38.803616.6464
CIE-Lab86.9075-39.174814.4019

#8cedbd color RGB value is (140,237,189).

#8cedbd hex color red value is 140, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8cedbd hue: 0.42 , saturation: 0.73 and the lightness value of 8cedbd is 0.74.

The process color (four color CMYK) of #8cedbd color hex is 0.41, 0.00, 0.20, 0.07. Web safe color of #8cedbd is #99ffcc. Color #8cedbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101101 10111101
Octal 214 355 275
Decimal 140 237 189
Hex 8C ED BD

RGB Percentages of Color #8cedbd

%24.73
%41.87
%33.39

CMYK Percentages of Color #8cedbd

%41
%0
%20
%7

Triadic Colors of #8cedbd

#8cedbd #bd8ced #edbd8c

Analogous Colors of #8cedbd

#8cedbd #8ceded #8ced8d

Monochromatic Colors of #8cedbd

#8cedbd

Complementary Color

#8cedbd #ed8cbc

#8cedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cedbd Color CSS Codes

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

#8cedbd Text Font Color

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

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


#8cedbd Background Color

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

This div background color is #8cedbd


#8cedbd Border Color

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

This div border color is #8cedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cedbd


Comments

No comments written yet.

Please login to write comment.