Color Hex Logo

#8cfbea Color Hex

#8CFBEA
(140,251,234)
0 Favorites   0 Comments

Color spaces of #8cfbea

RGB 140251234
HSL0.470.930.77
HSV171°44°98°
CMYK 0.440.000.07   0.02
XYZ60.163780.510390.2110
Yxy80.51030.26060.3487
Hunter Lab89.7275-37.33623.1998
CIE-Lab91.9133-35.8360-1.7861

#8cfbea color RGB value is (140,251,234).

#8cfbea hex color red value is 140, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8cfbea hue: 0.47 , saturation: 0.93 and the lightness value of 8cfbea is 0.77.

The process color (four color CMYK) of #8cfbea color hex is 0.44, 0.00, 0.07, 0.02. Web safe color of #8cfbea is #99ffff. Color #8cfbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111011 11101010
Octal 214 373 352
Decimal 140 251 234
Hex 8C FB EA

RGB Percentages of Color #8cfbea

%22.40
%40.16
%37.44

CMYK Percentages of Color #8cfbea

%44
%0
%7
%2

Triadic Colors of #8cfbea

#8cfbea #ea8cfb #fbea8c

Analogous Colors of #8cfbea

#8cfbea #8cd5fb #8cfbb3

Monochromatic Colors of #8cfbea

#8cfbea

Complementary Color

#8cfbea #fb8c9d

#8cfbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfbea Color CSS Codes

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

#8cfbea Text Font Color

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

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


#8cfbea Background Color

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

This div background color is #8cfbea


#8cfbea Border Color

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

This div border color is #8cfbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfbea

Related Colors


Comments

No comments written yet.

Please login to write comment.