Color Hex Logo

#bcbf3f Color Hex

#BCBF3F
(188,191,63)
0 Favorites   0 Comments

Color spaces of #bcbf3f

RGB 18819163
HSL0.170.500.50
HSV61°67°75°
CMYK 0.020.000.67   0.25
XYZ40.267048.311911.9054
Yxy48.31190.40070.4808
Hunter Lab69.5068-18.227338.4993
CIE-Lab75.0212-16.806661.2964

#bcbf3f color RGB value is (188,191,63).

#bcbf3f hex color red value is 188, green value is 191 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bcbf3f hue: 0.17 , saturation: 0.50 and the lightness value of bcbf3f is 0.50.

The process color (four color CMYK) of #bcbf3f color hex is 0.02, 0.00, 0.67, 0.25. Web safe color of #bcbf3f is #cccc33. Color #bcbf3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 00111111
Octal 274 277 77
Decimal 188 191 63
Hex BC BF 3F

RGB Percentages of Color #bcbf3f

%42.53
%43.21
%14.25

CMYK Percentages of Color #bcbf3f

%2
%0
%67
%25

Triadic Colors of #bcbf3f

#bcbf3f #3fbcbf #bf3fbc

Analogous Colors of #bcbf3f

#bcbf3f #7cbf3f #bf823f

Monochromatic Colors of #bcbf3f

#bcbf3f

Complementary Color

#bcbf3f #423fbf

#bcbf3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbf3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbf3f Color CSS Codes

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

#bcbf3f Text Font Color

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

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


#bcbf3f Background Color

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

This div background color is #bcbf3f


#bcbf3f Border Color

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

This div border color is #bcbf3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbf3f


Comments

No comments written yet.

Please login to write comment.