Color Hex Logo

#8cb690 Color Hex

#8CB690
(140,182,144)
0 Favorites   0 Comments

Color spaces of #8cb690

RGB 140182144
HSL0.350.220.63
HSV126°23°71°
CMYK 0.230.000.21   0.29
XYZ32.577241.045032.5910
Yxy41.04500.30670.3864
Hunter Lab64.0664-21.350414.6852
CIE-Lab70.2074-21.669414.8480

#8cb690 color RGB value is (140,182,144).

#8cb690 hex color red value is 140, green value is 182 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #8cb690 hue: 0.35 , saturation: 0.22 and the lightness value of 8cb690 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10110110 10010000
Octal 214 266 220
Decimal 140 182 144
Hex 8C B6 90

RGB Percentages of Color #8cb690

%30.04
%39.06
%30.90

CMYK Percentages of Color #8cb690

%23
%0
%21
%29

Triadic Colors of #8cb690

#8cb690 #908cb6 #b6908c

Analogous Colors of #8cb690

#8cb690 #8cb6a5 #9db68c

Monochromatic Colors of #8cb690

#8cb690

Complementary Color

#8cb690 #b68cb2

#8cb690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb690 Color CSS Codes

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

#8cb690 Text Font Color

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

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


#8cb690 Background Color

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

This div background color is #8cb690


#8cb690 Border Color

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

This div border color is #8cb690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb690


Comments

No comments written yet.

Please login to write comment.