Color Hex Logo

#9cbc2f Color Hex

#9CBC2F
(156,188,47)
0 Favorites   0 Comments

Color spaces of #9cbc2f

RGB 15618847
HSL0.200.600.46
HSV74°75°74°
CMYK 0.170.000.75   0.26
XYZ32.206643.23969.3379
Yxy43.23960.37990.5100
Hunter Lab65.7568-27.648137.6102
CIE-Lab71.7173-29.509363.0385

#9cbc2f color RGB value is (156,188,47).

#9cbc2f hex color red value is 156, green value is 188 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #9cbc2f hue: 0.20 , saturation: 0.60 and the lightness value of 9cbc2f is 0.46.

The process color (four color CMYK) of #9cbc2f color hex is 0.17, 0.00, 0.75, 0.26. Web safe color of #9cbc2f is #99cc33. Color #9cbc2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111100 00101111
Octal 234 274 57
Decimal 156 188 47
Hex 9C BC 2F

RGB Percentages of Color #9cbc2f

%39.90
%48.08
%12.02

CMYK Percentages of Color #9cbc2f

%17
%0
%75
%26

Triadic Colors of #9cbc2f

#9cbc2f #2f9cbc #bc2f9c

Analogous Colors of #9cbc2f

#9cbc2f #56bc2f #bc962f

Monochromatic Colors of #9cbc2f

#9cbc2f

Complementary Color

#9cbc2f #4f2fbc

#9cbc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbc2f Color CSS Codes

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

#9cbc2f Text Font Color

<p style="color:#9cbc2f">Text here</p>

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


#9cbc2f Background Color

<div style="background-color:#9cbc2f">
Div content here</div>

This div background color is #9cbc2f


#9cbc2f Border Color

<div style="border:3px solid #9cbc2f">
Div here</div>

This div border color is #9cbc2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,188,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cbc2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cbc2f;
  -webkit-box-shadow: 1px 1px 3px 2px #9cbc2f;
  box-shadow:         1px 1px 3px 2px #9cbc2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,188,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbc2f


Comments

No comments written yet.

Please login to write comment.