Color Hex Logo

#8cdebd Color Hex

#8CDEBD
(140,222,189)
0 Favorites   0 Comments

Color spaces of #8cdebd

RGB 140222189
HSL0.430.550.71
HSV156°37°87°
CMYK 0.370.000.15   0.13
XYZ46.121861.492157.5824
Yxy61.49210.27920.3722
Hunter Lab78.4169-32.242711.3545
CIE-Lab82.6426-32.27408.3375

#8cdebd color RGB value is (140,222,189).

#8cdebd hex color red value is 140, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8cdebd hue: 0.43 , saturation: 0.55 and the lightness value of 8cdebd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011110 10111101
Octal 214 336 275
Decimal 140 222 189
Hex 8C DE BD

RGB Percentages of Color #8cdebd

%25.41
%40.29
%34.30

CMYK Percentages of Color #8cdebd

%37
%0
%15
%13

Triadic Colors of #8cdebd

#8cdebd #bd8cde #debd8c

Analogous Colors of #8cdebd

#8cdebd #8cd6de #8cde94

Monochromatic Colors of #8cdebd

#8cdebd

Complementary Color

#8cdebd #de8cad

#8cdebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdebd Color CSS Codes

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

#8cdebd Text Font Color

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

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


#8cdebd Background Color

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

This div background color is #8cdebd


#8cdebd Border Color

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

This div border color is #8cdebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,222,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 #8cdebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdebd


Comments

No comments written yet.

Please login to write comment.