Color Hex Logo

#8debc7 Color Hex

#8DEBC7
(141,235,199)
0 Favorites   0 Comments

Color spaces of #8debc7

RGB 141235199
HSL0.440.700.74
HSV157°40°92°
CMYK 0.400.000.15   0.08
XYZ51.001669.202964.7023
Yxy69.20290.27580.3743
Hunter Lab83.1883-36.143612.1171
CIE-Lab86.6044-35.95588.7595

#8debc7 color RGB value is (141,235,199).

#8debc7 hex color red value is 141, green value is 235 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #8debc7 hue: 0.44 , saturation: 0.70 and the lightness value of 8debc7 is 0.74.

The process color (four color CMYK) of #8debc7 color hex is 0.40, 0.00, 0.15, 0.08. Web safe color of #8debc7 is #99ffcc. Color #8debc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101011 11000111
Octal 215 353 307
Decimal 141 235 199
Hex 8D EB C7

RGB Percentages of Color #8debc7

%24.52
%40.87
%34.61

CMYK Percentages of Color #8debc7

%40
%0
%15
%8

Triadic Colors of #8debc7

#8debc7 #c78deb #ebc78d

Analogous Colors of #8debc7

#8debc7 #8de0eb #8deb98

Monochromatic Colors of #8debc7

#8debc7

Complementary Color

#8debc7 #eb8db1

#8debc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8debc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8debc7 Color CSS Codes

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

#8debc7 Text Font Color

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

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


#8debc7 Background Color

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

This div background color is #8debc7


#8debc7 Border Color

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

This div border color is #8debc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8debc7


Comments

No comments written yet.

Please login to write comment.