Color Hex Logo

#8cfaac Color Hex

#8CFAAC
(140,250,172)
0 Favorites   0 Comments

Color spaces of #8cfaac

RGB 140250172
HSL0.380.920.76
HSV137°44°98°
CMYK 0.440.000.31   0.02
XYZ52.447276.925251.1135
Yxy76.92520.29060.4262
Hunter Lab87.7070-46.747526.8421
CIE-Lab90.2872-48.026627.8165

#8cfaac color RGB value is (140,250,172).

#8cfaac hex color red value is 140, green value is 250 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8cfaac hue: 0.38 , saturation: 0.92 and the lightness value of 8cfaac is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111010 10101100
Octal 214 372 254
Decimal 140 250 172
Hex 8C FA AC

RGB Percentages of Color #8cfaac

%24.91
%44.48
%30.60

CMYK Percentages of Color #8cfaac

%44
%0
%31
%2

Triadic Colors of #8cfaac

#8cfaac #ac8cfa #faac8c

Analogous Colors of #8cfaac

#8cfaac #8cfae3 #a3fa8c

Monochromatic Colors of #8cfaac

#8cfaac

Complementary Color

#8cfaac #fa8cda

#8cfaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfaac Color CSS Codes

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

#8cfaac Text Font Color

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

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


#8cfaac Background Color

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

This div background color is #8cfaac


#8cfaac Border Color

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

This div border color is #8cfaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfaac

Related Colors


Comments

No comments written yet.

Please login to write comment.