Color Hex Logo

#8edabb Color Hex

#8EDABB
(142,218,187)
0 Favorites   0 Comments

Color spaces of #8edabb

RGB 142218187
HSL0.430.510.71
HSV156°35°85°
CMYK 0.350.000.14   0.15
XYZ45.196459.481456.1127
Yxy59.48140.28110.3699
Hunter Lab77.1242-30.362610.8497
CIE-Lab81.5555-30.23387.8511

#8edabb color RGB value is (142,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 10111011
Octal 216 332 273
Decimal 142 218 187
Hex 8E DA BB

RGB Percentages of Color #8edabb

%25.96
%39.85
%34.19

CMYK Percentages of Color #8edabb

%35
%0
%14
%15

Triadic Colors of #8edabb

#8edabb #bb8eda #dabb8e

Analogous Colors of #8edabb

#8edabb #8ed3da #8eda95

Monochromatic Colors of #8edabb

#8edabb

Complementary Color

#8edabb #da8ead

#8edabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edabb Color CSS Codes

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

#8edabb Text Font Color

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

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


#8edabb Background Color

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

This div background color is #8edabb


#8edabb Border Color

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

This div border color is #8edabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,218,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edabb


Comments

No comments written yet.

Please login to write comment.