Color Hex Logo

#8edebc Color Hex

#8EDEBC
(142,222,188)
0 Favorites   0 Comments

Color spaces of #8edebc

RGB 142222188
HSL0.430.550.71
HSV155°36°87°
CMYK 0.360.000.15   0.13
XYZ46.353761.624257.0285
Yxy61.62420.28090.3735
Hunter Lab78.5011-31.975311.8785
CIE-Lab82.7132-31.92088.9794

#8edebc color RGB value is (142,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011110 10111100
Octal 216 336 274
Decimal 142 222 188
Hex 8E DE BC

RGB Percentages of Color #8edebc

%25.72
%40.22
%34.06

CMYK Percentages of Color #8edebc

%36
%0
%15
%13

Triadic Colors of #8edebc

#8edebc #bc8ede #debc8e

Analogous Colors of #8edebc

#8edebc #8ed8de #8ede94

Monochromatic Colors of #8edebc

#8edebc

Complementary Color

#8edebc #de8eb0

#8edebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edebc Color CSS Codes

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

#8edebc Text Font Color

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

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


#8edebc Background Color

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

This div background color is #8edebc


#8edebc Border Color

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

This div border color is #8edebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edebc


Comments

No comments written yet.

Please login to write comment.