Color Hex Logo

#8cefbb Color Hex

#8CEFBB
(140,239,187)
0 Favorites   0 Comments

Color spaces of #8cefbb

RGB 140239187
HSL0.410.760.74
HSV148°41°94°
CMYK 0.410.000.22   0.06
XYZ50.651470.896358.0285
Yxy70.89630.28210.3948
Hunter Lab84.1999-39.971318.0788
CIE-Lab87.4346-40.466216.1830

#8cefbb color RGB value is (140,239,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101111 10111011
Octal 214 357 273
Decimal 140 239 187
Hex 8C EF BB

RGB Percentages of Color #8cefbb

%24.73
%42.23
%33.04

CMYK Percentages of Color #8cefbb

%41
%0
%22
%6

Triadic Colors of #8cefbb

#8cefbb #bb8cef #efbb8c

Analogous Colors of #8cefbb

#8cefbb #8cefed #8fef8c

Monochromatic Colors of #8cefbb

#8cefbb

Complementary Color

#8cefbb #ef8cc0

#8cefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cefbb Color CSS Codes

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

#8cefbb Text Font Color

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

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


#8cefbb Background Color

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

This div background color is #8cefbb


#8cefbb Border Color

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

This div border color is #8cefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cefbb


Comments

No comments written yet.

Please login to write comment.