Color Hex Logo

#8ceabd Color Hex

#8CEABD
(140,234,189)
0 Favorites   0 Comments

Color spaces of #8ceabd

RGB 140234189
HSL0.420.690.73
HSV151°40°92°
CMYK 0.400.000.19   0.08
XYZ49.423368.095258.6829
Yxy68.09520.28050.3865
Hunter Lab82.5198-37.501315.6006
CIE-Lab86.0540-37.818613.1954

#8ceabd color RGB value is (140,234,189).

#8ceabd hex color red value is 140, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8ceabd hue: 0.42 , saturation: 0.69 and the lightness value of 8ceabd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101010 10111101
Octal 214 352 275
Decimal 140 234 189
Hex 8C EA BD

RGB Percentages of Color #8ceabd

%24.87
%41.56
%33.57

CMYK Percentages of Color #8ceabd

%40
%0
%19
%8

Triadic Colors of #8ceabd

#8ceabd #bd8cea #eabd8c

Analogous Colors of #8ceabd

#8ceabd #8ce8ea #8cea8e

Monochromatic Colors of #8ceabd

#8ceabd

Complementary Color

#8ceabd #ea8cb9

#8ceabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ceabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ceabd Color CSS Codes

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

#8ceabd Text Font Color

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

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


#8ceabd Background Color

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

This div background color is #8ceabd


#8ceabd Border Color

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

This div border color is #8ceabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ceabd


Comments

No comments written yet.

Please login to write comment.