Color Hex Logo

#8cefe3 Color Hex

#8CEFE3
(140,239,227)
0 Favorites   0 Comments

Color spaces of #8cefe3

RGB 140239227
HSL0.480.760.74
HSV173°41°94°
CMYK 0.410.000.05   0.06
XYZ55.546872.854583.8077
Yxy72.85450.26180.3433
Hunter Lab85.3548-33.20761.5331
CIE-Lab88.3783-31.8737-3.3271

#8cefe3 color RGB value is (140,239,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101111 11100011
Octal 214 357 343
Decimal 140 239 227
Hex 8C EF E3

RGB Percentages of Color #8cefe3

%23.10
%39.44
%37.46

CMYK Percentages of Color #8cefe3

%41
%0
%5
%6

Triadic Colors of #8cefe3

#8cefe3 #e38cef #efe38c

Analogous Colors of #8cefe3

#8cefe3 #8ccaef #8cefb2

Monochromatic Colors of #8cefe3

#8cefe3

Complementary Color

#8cefe3 #ef8c98

#8cefe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cefe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cefe3 Color CSS Codes

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

#8cefe3 Text Font Color

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

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


#8cefe3 Background Color

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

This div background color is #8cefe3


#8cefe3 Border Color

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

This div border color is #8cefe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cefe3


Comments

No comments written yet.

Please login to write comment.