Color Hex Logo

#8ccb8a Color Hex

#8CCB8A
(140,203,138)
0 Favorites   0 Comments

Color spaces of #8ccb8a

RGB 140203138
HSL0.330.380.67
HSV118°32°80°
CMYK 0.310.000.32   0.20
XYZ36.758650.122331.7819
Yxy50.12230.30980.4224
Hunter Lab70.7971-31.215922.9418
CIE-Lab76.1443-32.886726.2003

#8ccb8a color RGB value is (140,203,138).

#8ccb8a hex color red value is 140, green value is 203 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #8ccb8a hue: 0.33 , saturation: 0.38 and the lightness value of 8ccb8a is 0.67.

The process color (four color CMYK) of #8ccb8a color hex is 0.31, 0.00, 0.32, 0.20. Web safe color of #8ccb8a is #99cc99. Color #8ccb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001011 10001010
Octal 214 313 212
Decimal 140 203 138
Hex 8C CB 8A

RGB Percentages of Color #8ccb8a

%29.11
%42.20
%28.69

CMYK Percentages of Color #8ccb8a

%31
%0
%32
%20

Triadic Colors of #8ccb8a

#8ccb8a #8a8ccb #cb8a8c

Analogous Colors of #8ccb8a

#8ccb8a #8acba9 #adcb8a

Monochromatic Colors of #8ccb8a

#8ccb8a

Complementary Color

#8ccb8a #c98acb

#8ccb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccb8a Color CSS Codes

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

#8ccb8a Text Font Color

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

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


#8ccb8a Background Color

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

This div background color is #8ccb8a


#8ccb8a Border Color

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

This div border color is #8ccb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccb8a


Comments

No comments written yet.

Please login to write comment.