Color Hex Logo

#8cecb9 Color Hex

#8CECB9
(140,236,185)
0 Favorites   0 Comments

Color spaces of #8cecb9

RGB 140236185
HSL0.410.720.74
HSV148°41°93°
CMYK 0.410.000.22   0.07
XYZ49.567669.069156.6181
Yxy69.06910.28280.3941
Hunter Lab83.1078-38.976817.7835
CIE-Lab86.5383-39.514815.9621

#8cecb9 color RGB value is (140,236,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101100 10111001
Octal 214 354 271
Decimal 140 236 185
Hex 8C EC B9

RGB Percentages of Color #8cecb9

%24.96
%42.07
%32.98

CMYK Percentages of Color #8cecb9

%41
%0
%22
%7

Triadic Colors of #8cecb9

#8cecb9 #b98cec #ecb98c

Analogous Colors of #8cecb9

#8cecb9 #8cece9 #8fec8c

Monochromatic Colors of #8cecb9

#8cecb9

Complementary Color

#8cecb9 #ec8cbf

#8cecb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cecb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cecb9 Color CSS Codes

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

#8cecb9 Text Font Color

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

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


#8cecb9 Background Color

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

This div background color is #8cecb9


#8cecb9 Border Color

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

This div border color is #8cecb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cecb9


Comments

No comments written yet.

Please login to write comment.