Color Hex Logo

#bcbf1a Color Hex

#BCBF1A
(188,191,26)
0 Favorites   0 Comments

Color spaces of #bcbf1a

RGB 18819126
HSL0.170.760.43
HSV61°86°75°
CMYK 0.020.000.86   0.25
XYZ39.556348.02768.1627
Yxy48.02760.41310.5016
Hunter Lab69.3019-19.393841.5279
CIE-Lab74.8423-18.258072.2936

#bcbf1a color RGB value is (188,191,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 00011010
Octal 274 277 32
Decimal 188 191 26
Hex BC BF 1A

RGB Percentages of Color #bcbf1a

%46.42
%47.16
%6.42

CMYK Percentages of Color #bcbf1a

%2
%0
%86
%25

Triadic Colors of #bcbf1a

#bcbf1a #1abcbf #bf1abc

Analogous Colors of #bcbf1a

#bcbf1a #6abf1a #bf701a

Monochromatic Colors of #bcbf1a

#bcbf1a

Complementary Color

#bcbf1a #1d1abf

#bcbf1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbf1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbf1a Color CSS Codes

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

#bcbf1a Text Font Color

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

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


#bcbf1a Background Color

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

This div background color is #bcbf1a


#bcbf1a Border Color

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

This div border color is #bcbf1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbf1a


Comments

No comments written yet.

Please login to write comment.