Color Hex Logo

#8cefca Color Hex

#8CEFCA
(140,239,202)
0 Favorites   0 Comments

Color spaces of #8cefca

RGB 140239202
HSL0.440.760.74
HSV158°41°94°
CMYK 0.410.000.15   0.06
XYZ52.342471.572766.9333
Yxy71.57270.27430.3750
Hunter Lab84.6007-37.613212.3121
CIE-Lab87.7625-37.41788.8454

#8cefca color RGB value is (140,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101111 11001010
Octal 214 357 312
Decimal 140 239 202
Hex 8C EF CA

RGB Percentages of Color #8cefca

%24.10
%41.14
%34.77

CMYK Percentages of Color #8cefca

%41
%0
%15
%6

Triadic Colors of #8cefca

#8cefca #ca8cef #efca8c

Analogous Colors of #8cefca

#8cefca #8ce3ef #8cef99

Monochromatic Colors of #8cefca

#8cefca

Complementary Color

#8cefca #ef8cb1

#8cefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cefca Color CSS Codes

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

#8cefca Text Font Color

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

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


#8cefca Background Color

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

This div background color is #8cefca


#8cefca Border Color

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

This div border color is #8cefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cefca


Comments

No comments written yet.

Please login to write comment.