Color Hex Logo

#8cecbf Color Hex

#8CECBF
(140,236,191)
0 Favorites   0 Comments

Color spaces of #8cecbf

RGB 140236191
HSL0.420.720.74
HSV152°41°93°
CMYK 0.410.000.19   0.07
XYZ50.214669.327960.0253
Yxy69.32790.27960.3861
Hunter Lab83.2634-38.060915.5417
CIE-Lab86.6662-38.322613.0191

#8cecbf color RGB value is (140,236,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101100 10111111
Octal 214 354 277
Decimal 140 236 191
Hex 8C EC BF

RGB Percentages of Color #8cecbf

%24.69
%41.62
%33.69

CMYK Percentages of Color #8cecbf

%41
%0
%19
%7

Triadic Colors of #8cecbf

#8cecbf #bf8cec #ecbf8c

Analogous Colors of #8cecbf

#8cecbf #8ce9ec #8cec8f

Monochromatic Colors of #8cecbf

#8cecbf

Complementary Color

#8cecbf #ec8cb9

#8cecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cecbf Color CSS Codes

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

#8cecbf Text Font Color

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

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


#8cecbf Background Color

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

This div background color is #8cecbf


#8cecbf Border Color

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

This div border color is #8cecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cecbf


Comments

No comments written yet.

Please login to write comment.