Color Hex Logo

#8cdebc Color Hex

#8CDEBC
(140,222,188)
0 Favorites   0 Comments

Color spaces of #8cdebc

RGB 140222188
HSL0.430.550.71
HSV155°37°87°
CMYK 0.370.000.15   0.13
XYZ46.013661.448857.0126
Yxy61.44880.27980.3736
Hunter Lab78.3893-32.403811.7508
CIE-Lab82.6194-32.48168.8328

#8cdebc color RGB value is (140,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011110 10111100
Octal 214 336 274
Decimal 140 222 188
Hex 8C DE BC

RGB Percentages of Color #8cdebc

%25.45
%40.36
%34.18

CMYK Percentages of Color #8cdebc

%37
%0
%15
%13

Triadic Colors of #8cdebc

#8cdebc #bc8cde #debc8c

Analogous Colors of #8cdebc

#8cdebc #8cd7de #8cde93

Monochromatic Colors of #8cdebc

#8cdebc

Complementary Color

#8cdebc #de8cae

#8cdebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdebc Color CSS Codes

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

#8cdebc Text Font Color

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

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


#8cdebc Background Color

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

This div background color is #8cdebc


#8cdebc Border Color

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

This div border color is #8cdebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdebc


Comments

No comments written yet.

Please login to write comment.