Color Hex Logo

#8cefc5 Color Hex

#8CEFC5
(140,239,197)
0 Favorites   0 Comments

Color spaces of #8cefc5

RGB 140239197
HSL0.430.760.74
HSV155°41°94°
CMYK 0.410.000.18   0.06
XYZ51.759871.339763.8652
Yxy71.33970.27680.3816
Hunter Lab84.4628-38.423114.2928
CIE-Lab87.6498-38.458211.2901

#8cefc5 color RGB value is (140,239,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101111 11000101
Octal 214 357 305
Decimal 140 239 197
Hex 8C EF C5

RGB Percentages of Color #8cefc5

%24.31
%41.49
%34.20

CMYK Percentages of Color #8cefc5

%41
%0
%18
%6

Triadic Colors of #8cefc5

#8cefc5 #c58cef #efc58c

Analogous Colors of #8cefc5

#8cefc5 #8ce8ef #8cef94

Monochromatic Colors of #8cefc5

#8cefc5

Complementary Color

#8cefc5 #ef8cb6

#8cefc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cefc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cefc5 Color CSS Codes

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

#8cefc5 Text Font Color

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

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


#8cefc5 Background Color

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

This div background color is #8cefc5


#8cefc5 Border Color

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

This div border color is #8cefc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cefc5


Comments

No comments written yet.

Please login to write comment.