Color Hex Logo

#8cbeac Color Hex

#8CBEAC
(140,190,172)
0 Favorites   0 Comments

Color spaces of #8cbeac

RGB 140190172
HSL0.440.280.65
HSV158°26°75°
CMYK 0.260.000.09   0.25
XYZ36.675145.380945.8561
Yxy45.38090.28670.3548
Hunter Lab67.3653-20.71026.7966
CIE-Lab73.1420-20.22193.7790

#8cbeac color RGB value is (140,190,172).

#8cbeac hex color red value is 140, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8cbeac hue: 0.44 , saturation: 0.28 and the lightness value of 8cbeac is 0.65.

The process color (four color CMYK) of #8cbeac color hex is 0.26, 0.00, 0.09, 0.25. Web safe color of #8cbeac is #99cc99. Color #8cbeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111110 10101100
Octal 214 276 254
Decimal 140 190 172
Hex 8C BE AC

RGB Percentages of Color #8cbeac

%27.89
%37.85
%34.26

CMYK Percentages of Color #8cbeac

%26
%0
%9
%25

Triadic Colors of #8cbeac

#8cbeac #ac8cbe #beac8c

Analogous Colors of #8cbeac

#8cbeac #8cb7be #8cbe93

Monochromatic Colors of #8cbeac

#8cbeac

Complementary Color

#8cbeac #be8c9e

#8cbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbeac Color CSS Codes

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

#8cbeac Text Font Color

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

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


#8cbeac Background Color

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

This div background color is #8cbeac


#8cbeac Border Color

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

This div border color is #8cbeac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,190,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 #8cbeac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbeac


Comments

No comments written yet.

Please login to write comment.