Color Hex Logo

#8efcba Color Hex

#8EFCBA
(142,252,186)
0 Favorites   0 Comments

Color spaces of #8efcba

RGB 142252186
HSL0.400.950.77
HSV144°44°99°
CMYK 0.440.000.26   0.01
XYZ54.828778.916858.7971
Yxy78.91680.28480.4099
Hunter Lab88.8351-45.292022.9425
CIE-Lab91.1966-45.831021.9565

#8efcba color RGB value is (142,252,186).

#8efcba hex color red value is 142, green value is 252 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8efcba hue: 0.40 , saturation: 0.95 and the lightness value of 8efcba is 0.77.

The process color (four color CMYK) of #8efcba color hex is 0.44, 0.00, 0.26, 0.01. Web safe color of #8efcba is #99ffcc. Color #8efcba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111100 10111010
Octal 216 374 272
Decimal 142 252 186
Hex 8E FC BA

RGB Percentages of Color #8efcba

%24.48
%43.45
%32.07

CMYK Percentages of Color #8efcba

%44
%0
%26
%1

Triadic Colors of #8efcba

#8efcba #ba8efc #fcba8e

Analogous Colors of #8efcba

#8efcba #8efcf1 #99fc8e

Monochromatic Colors of #8efcba

#8efcba

Complementary Color

#8efcba #fc8ed0

#8efcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efcba Color CSS Codes

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

#8efcba Text Font Color

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

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


#8efcba Background Color

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

This div background color is #8efcba


#8efcba Border Color

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

This div border color is #8efcba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,252,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8efcba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8efcba;
  -webkit-box-shadow: 1px 1px 3px 2px #8efcba;
  box-shadow:         1px 1px 3px 2px #8efcba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,252,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efcba

Related Colors


Comments

No comments written yet.

Please login to write comment.