Color Hex Logo

#bcbf1f Color Hex

#BCBF1F
(188,191,31)
0 Favorites   0 Comments

Color spaces of #bcbf1f

RGB 18819131
HSL0.170.720.44
HSV61°84°75°
CMYK 0.020.000.84   0.25
XYZ39.617248.05198.4832
Yxy48.05190.41200.4997
Hunter Lab69.3195-19.293541.2678
CIE-Lab74.8577-18.132571.2304

#bcbf1f color RGB value is (188,191,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 00011111
Octal 274 277 37
Decimal 188 191 31
Hex BC BF 1F

RGB Percentages of Color #bcbf1f

%45.85
%46.59
%7.56

CMYK Percentages of Color #bcbf1f

%2
%0
%84
%25

Triadic Colors of #bcbf1f

#bcbf1f #1fbcbf #bf1fbc

Analogous Colors of #bcbf1f

#bcbf1f #6cbf1f #bf721f

Monochromatic Colors of #bcbf1f

#bcbf1f

Complementary Color

#bcbf1f #221fbf

#bcbf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbf1f Color CSS Codes

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

#bcbf1f Text Font Color

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

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


#bcbf1f Background Color

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

This div background color is #bcbf1f


#bcbf1f Border Color

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

This div border color is #bcbf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbf1f


Comments

No comments written yet.

Please login to write comment.