Color Hex Logo

#8cebbb Color Hex

#8CEBBB
(140,235,187)
0 Favorites   0 Comments

Color spaces of #8cebbb

RGB 140235187
HSL0.420.700.74
HSV150°40°92°
CMYK 0.400.000.20   0.08
XYZ49.493268.580057.6424
Yxy68.58000.28170.3903
Hunter Lab82.8130-38.242316.7001
CIE-Lab86.2956-38.670614.5797

#8cebbb color RGB value is (140,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 10111011
Octal 214 353 273
Decimal 140 235 187
Hex 8C EB BB

RGB Percentages of Color #8cebbb

%24.91
%41.81
%33.27

CMYK Percentages of Color #8cebbb

%40
%0
%20
%8

Triadic Colors of #8cebbb

#8cebbb #bb8ceb #ebbb8c

Analogous Colors of #8cebbb

#8cebbb #8cebeb #8deb8c

Monochromatic Colors of #8cebbb

#8cebbb

Complementary Color

#8cebbb #eb8cbc

#8cebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebbb Color CSS Codes

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

#8cebbb Text Font Color

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

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


#8cebbb Background Color

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

This div background color is #8cebbb


#8cebbb Border Color

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

This div border color is #8cebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebbb


Comments

No comments written yet.

Please login to write comment.