Color Hex Logo

#bcc22f Color Hex

#BCC22F
(188,194,47)
0 Favorites   0 Comments

Color spaces of #bcc22f

RGB 18819447
HSL0.170.610.47
HSV62°76°76°
CMYK 0.030.000.76   0.24
XYZ40.543949.480210.1031
Yxy49.48020.40490.4942
Hunter Lab70.3422-20.214740.7238
CIE-Lab75.7491-19.085267.6437

#bcc22f color RGB value is (188,194,47).

#bcc22f hex color red value is 188, green value is 194 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bcc22f hue: 0.17 , saturation: 0.61 and the lightness value of bcc22f is 0.47.

The process color (four color CMYK) of #bcc22f color hex is 0.03, 0.00, 0.76, 0.24. Web safe color of #bcc22f is #cccc33. Color #bcc22f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 00101111
Octal 274 302 57
Decimal 188 194 47
Hex BC C2 2F

RGB Percentages of Color #bcc22f

%43.82
%45.22
%10.96

CMYK Percentages of Color #bcc22f

%3
%0
%76
%24

Triadic Colors of #bcc22f

#bcc22f #2fbcc2 #c22fbc

Analogous Colors of #bcc22f

#bcc22f #73c22f #c27f2f

Monochromatic Colors of #bcc22f

#bcc22f

Complementary Color

#bcc22f #352fc2

#bcc22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc22f Color CSS Codes

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

#bcc22f Text Font Color

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

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


#bcc22f Background Color

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

This div background color is #bcc22f


#bcc22f Border Color

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

This div border color is #bcc22f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,194,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 #bcc22f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc22f


Comments

No comments written yet.

Please login to write comment.