Color Hex Logo

#8deaba Color Hex

#8DEABA
(141,234,186)
0 Favorites   0 Comments

Color spaces of #8deaba

RGB 141234186
HSL0.410.690.74
HSV149°40°92°
CMYK 0.400.000.21   0.08
XYZ49.270368.053556.9932
Yxy68.05350.28260.3904
Hunter Lab82.4945-37.755416.7844
CIE-Lab86.0332-38.144114.7369

#8deaba color RGB value is (141,234,186).

#8deaba hex color red value is 141, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8deaba hue: 0.41 , saturation: 0.69 and the lightness value of 8deaba is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101010 10111010
Octal 215 352 272
Decimal 141 234 186
Hex 8D EA BA

RGB Percentages of Color #8deaba

%25.13
%41.71
%33.16

CMYK Percentages of Color #8deaba

%40
%0
%21
%8

Triadic Colors of #8deaba

#8deaba #ba8dea #eaba8d

Analogous Colors of #8deaba

#8deaba #8deae9 #8fea8d

Monochromatic Colors of #8deaba

#8deaba

Complementary Color

#8deaba #ea8dbd

#8deaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8deaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8deaba Color CSS Codes

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

#8deaba Text Font Color

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

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


#8deaba Background Color

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

This div background color is #8deaba


#8deaba Border Color

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

This div border color is #8deaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8deaba


Comments

No comments written yet.

Please login to write comment.