Color Hex Logo

#8ed8ba Color Hex

#8ED8BA
(142,216,186)
0 Favorites   0 Comments

Color spaces of #8ed8ba

RGB 142216186
HSL0.430.490.70
HSV156°34°85°
CMYK 0.340.000.14   0.15
XYZ44.574158.407755.3789
Yxy58.40770.28150.3688
Hunter Lab76.4249-29.635210.5348
CIE-Lab80.9649-29.48777.5349

#8ed8ba color RGB value is (142,216,186).

#8ed8ba hex color red value is 142, green value is 216 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8ed8ba hue: 0.43 , saturation: 0.49 and the lightness value of 8ed8ba is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011000 10111010
Octal 216 330 272
Decimal 142 216 186
Hex 8E D8 BA

RGB Percentages of Color #8ed8ba

%26.10
%39.71
%34.19

CMYK Percentages of Color #8ed8ba

%34
%0
%14
%15

Triadic Colors of #8ed8ba

#8ed8ba #ba8ed8 #d8ba8e

Analogous Colors of #8ed8ba

#8ed8ba #8ed1d8 #8ed895

Monochromatic Colors of #8ed8ba

#8ed8ba

Complementary Color

#8ed8ba #d88eac

#8ed8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed8ba Color CSS Codes

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

#8ed8ba Text Font Color

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

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


#8ed8ba Background Color

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

This div background color is #8ed8ba


#8ed8ba Border Color

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

This div border color is #8ed8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed8ba


Comments

No comments written yet.

Please login to write comment.