Color Hex Logo

#8cefbd Color Hex

#8CEFBD
(140,239,189)
0 Favorites   0 Comments

Color spaces of #8cefbd

RGB 140239189
HSL0.420.760.74
HSV150°41°94°
CMYK 0.410.000.21   0.06
XYZ50.867070.982659.1641
Yxy70.98260.28100.3921
Hunter Lab84.2512-39.669417.3403
CIE-Lab87.4766-40.072715.2044

#8cefbd color RGB value is (140,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101111 10111101
Octal 214 357 275
Decimal 140 239 189
Hex 8C EF BD

RGB Percentages of Color #8cefbd

%24.65
%42.08
%33.27

CMYK Percentages of Color #8cefbd

%41
%0
%21
%6

Triadic Colors of #8cefbd

#8cefbd #bd8cef #efbd8c

Analogous Colors of #8cefbd

#8cefbd #8cefef #8def8c

Monochromatic Colors of #8cefbd

#8cefbd

Complementary Color

#8cefbd #ef8cbe

#8cefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cefbd Color CSS Codes

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

#8cefbd Text Font Color

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

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


#8cefbd Background Color

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

This div background color is #8cefbd


#8cefbd Border Color

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

This div border color is #8cefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cefbd


Comments

No comments written yet.

Please login to write comment.