Color Hex Logo

#8cbc94 Color Hex

#8CBC94
(140,188,148)
0 Favorites   0 Comments

Color spaces of #8cbc94

RGB 140188148
HSL0.360.260.64
HSV130°26°74°
CMYK 0.260.000.21   0.26
XYZ34.143743.680034.6485
Yxy43.68000.30360.3884
Hunter Lab66.0908-23.442715.1805
CIE-Lab72.0141-23.935615.2048

#8cbc94 color RGB value is (140,188,148).

#8cbc94 hex color red value is 140, green value is 188 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #8cbc94 hue: 0.36 , saturation: 0.26 and the lightness value of 8cbc94 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 10010100
Octal 214 274 224
Decimal 140 188 148
Hex 8C BC 94

RGB Percentages of Color #8cbc94

%29.41
%39.50
%31.09

CMYK Percentages of Color #8cbc94

%26
%0
%21
%26

Triadic Colors of #8cbc94

#8cbc94 #948cbc #bc948c

Analogous Colors of #8cbc94

#8cbc94 #8cbcac #9cbc8c

Monochromatic Colors of #8cbc94

#8cbc94

Complementary Color

#8cbc94 #bc8cb4

#8cbc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbc94 Color CSS Codes

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

#8cbc94 Text Font Color

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

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


#8cbc94 Background Color

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

This div background color is #8cbc94


#8cbc94 Border Color

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

This div border color is #8cbc94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbc94


Comments

No comments written yet.

Please login to write comment.