Color Hex Logo

#8cb262 Color Hex

#8CB262
(140,178,98)
0 Favorites   0 Comments

Color spaces of #8cb262

RGB 14017898
HSL0.250.340.54
HSV89°45°70°
CMYK 0.210.000.45   0.30
XYZ28.940238.298117.4222
Yxy38.29810.34180.4524
Hunter Lab61.8855-24.825626.6283
CIE-Lab68.2397-26.726936.6623

#8cb262 color RGB value is (140,178,98).

#8cb262 hex color red value is 140, green value is 178 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #8cb262 hue: 0.25 , saturation: 0.34 and the lightness value of 8cb262 is 0.54.

The process color (four color CMYK) of #8cb262 color hex is 0.21, 0.00, 0.45, 0.30. Web safe color of #8cb262 is #999966. Color #8cb262 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10110010 01100010
Octal 214 262 142
Decimal 140 178 98
Hex 8C B2 62

RGB Percentages of Color #8cb262

%33.65
%42.79
%23.56

CMYK Percentages of Color #8cb262

%21
%0
%45
%30

Triadic Colors of #8cb262

#8cb262 #628cb2 #b2628c

Analogous Colors of #8cb262

#8cb262 #64b262 #b2b062

Monochromatic Colors of #8cb262

#8cb262

Complementary Color

#8cb262 #8862b2

#8cb262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb262 Color CSS Codes

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

#8cb262 Text Font Color

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

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


#8cb262 Background Color

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

This div background color is #8cb262


#8cb262 Border Color

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

This div border color is #8cb262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb262


Comments

No comments written yet.

Please login to write comment.