Color Hex Logo

#8cb93d Color Hex

#8CB93D
(140,185,61)
0 Favorites   0 Comments

Color spaces of #8cb93d

RGB 14018561
HSL0.230.500.48
HSV82°67°73°
CMYK 0.240.000.67   0.27
XYZ29.006540.610310.7246
Yxy40.61030.36100.5055
Hunter Lab63.7262-30.272434.6303
CIE-Lab69.9020-33.635155.7427

#8cb93d color RGB value is (140,185,61).

#8cb93d hex color red value is 140, green value is 185 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #8cb93d hue: 0.23 , saturation: 0.50 and the lightness value of 8cb93d is 0.48.

The process color (four color CMYK) of #8cb93d color hex is 0.24, 0.00, 0.67, 0.27. Web safe color of #8cb93d is #99cc33. Color #8cb93d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111001 00111101
Octal 214 271 75
Decimal 140 185 61
Hex 8C B9 3D

RGB Percentages of Color #8cb93d

%36.27
%47.93
%15.80

CMYK Percentages of Color #8cb93d

%24
%0
%67
%27

Triadic Colors of #8cb93d

#8cb93d #3d8cb9 #b93d8c

Analogous Colors of #8cb93d

#8cb93d #4eb93d #b9a83d

Monochromatic Colors of #8cb93d

#8cb93d

Complementary Color

#8cb93d #6a3db9

#8cb93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb93d Color CSS Codes

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

#8cb93d Text Font Color

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

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


#8cb93d Background Color

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

This div background color is #8cb93d


#8cb93d Border Color

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

This div border color is #8cb93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb93d


Comments

No comments written yet.

Please login to write comment.