Color Hex Logo

#8cbd2d Color Hex

#8CBD2D
(140,189,45)
0 Favorites   0 Comments

Color spaces of #8cbd2d

RGB 14018945
HSL0.220.620.46
HSV80°76°74°
CMYK 0.260.000.76   0.26
XYZ29.486542.16019.0662
Yxy42.16010.36530.5223
Hunter Lab64.9308-32.568237.1730
CIE-Lab70.9812-36.439962.6332

#8cbd2d color RGB value is (140,189,45).

#8cbd2d hex color red value is 140, green value is 189 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #8cbd2d hue: 0.22 , saturation: 0.62 and the lightness value of 8cbd2d is 0.46.

The process color (four color CMYK) of #8cbd2d color hex is 0.26, 0.00, 0.76, 0.26. Web safe color of #8cbd2d is #99cc33. Color #8cbd2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111101 00101101
Octal 214 275 55
Decimal 140 189 45
Hex 8C BD 2D

RGB Percentages of Color #8cbd2d

%37.43
%50.53
%12.03

CMYK Percentages of Color #8cbd2d

%26
%0
%76
%26

Triadic Colors of #8cbd2d

#8cbd2d #2d8cbd #bd2d8c

Analogous Colors of #8cbd2d

#8cbd2d #44bd2d #bda62d

Monochromatic Colors of #8cbd2d

#8cbd2d

Complementary Color

#8cbd2d #5e2dbd

#8cbd2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbd2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbd2d Color CSS Codes

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

#8cbd2d Text Font Color

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

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


#8cbd2d Background Color

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

This div background color is #8cbd2d


#8cbd2d Border Color

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

This div border color is #8cbd2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbd2d


Comments

No comments written yet.

Please login to write comment.