Color Hex Logo

#8cbf53 Color Hex

#8CBF53
(140,191,83)
0 Favorites   0 Comments

Color spaces of #8cbf53

RGB 14019183
HSL0.250.460.54
HSV88°57°75°
CMYK 0.270.000.57   0.25
XYZ31.007443.461614.9383
Yxy43.46160.34680.4861
Hunter Lab65.9254-31.413732.7130
CIE-Lab71.8672-34.536648.3432

#8cbf53 color RGB value is (140,191,83).

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

The process color (four color CMYK) of #8cbf53 color hex is 0.27, 0.00, 0.57, 0.25. Web safe color of #8cbf53 is #99cc66. Color #8cbf53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111111 01010011
Octal 214 277 123
Decimal 140 191 83
Hex 8C BF 53

RGB Percentages of Color #8cbf53

%33.82
%46.14
%20.05

CMYK Percentages of Color #8cbf53

%27
%0
%57
%25

Triadic Colors of #8cbf53

#8cbf53 #538cbf #bf538c

Analogous Colors of #8cbf53

#8cbf53 #56bf53 #bfbc53

Monochromatic Colors of #8cbf53

#8cbf53

Complementary Color

#8cbf53 #8653bf

#8cbf53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbf53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbf53 Color CSS Codes

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

#8cbf53 Text Font Color

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

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


#8cbf53 Background Color

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

This div background color is #8cbf53


#8cbf53 Border Color

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

This div border color is #8cbf53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbf53


Comments

No comments written yet.

Please login to write comment.