Color Hex Logo

#bcbf0e Color Hex

#BCBF0E
(188,191,14)
0 Favorites   0 Comments

Color spaces of #bcbf0e

RGB 18819114
HSL0.170.860.40
HSV61°93°75°
CMYK 0.020.000.93   0.25
XYZ39.449147.98477.5982
Yxy47.98470.41510.5049
Hunter Lab69.2710-19.570441.9863
CIE-Lab74.8153-18.478974.2376

#bcbf0e color RGB value is (188,191,14).

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

The process color (four color CMYK) of #bcbf0e color hex is 0.02, 0.00, 0.93, 0.25. Web safe color of #bcbf0e is #cccc00. Color #bcbf0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 00001110
Octal 274 277 16
Decimal 188 191 14
Hex BC BF E

RGB Percentages of Color #bcbf0e

%47.84
%48.60
%3.56

CMYK Percentages of Color #bcbf0e

%2
%0
%93
%25

Triadic Colors of #bcbf0e

#bcbf0e #0ebcbf #bf0ebc

Analogous Colors of #bcbf0e

#bcbf0e #63bf0e #bf6a0e

Monochromatic Colors of #bcbf0e

#bcbf0e

Complementary Color

#bcbf0e #110ebf

#bcbf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbf0e Color CSS Codes

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

#bcbf0e Text Font Color

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

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


#bcbf0e Background Color

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

This div background color is #bcbf0e


#bcbf0e Border Color

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

This div border color is #bcbf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbf0e


Comments

No comments written yet.

Please login to write comment.