Color Hex Logo

#bcb92e Color Hex

#BCB92E
(188,185,46)
0 Favorites   0 Comments

Color spaces of #bcb92e

RGB 18818546
HSL0.160.610.46
HSV59°76°74°
CMYK 0.000.020.76   0.26
XYZ38.581145.58659.3504
Yxy45.58650.41260.4875
Hunter Lab67.5178-16.157439.0515
CIE-Lab73.2764-14.601665.6873

#bcb92e color RGB value is (188,185,46).

#bcb92e hex color red value is 188, green value is 185 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bcb92e hue: 0.16 , saturation: 0.61 and the lightness value of bcb92e is 0.46.

The process color (four color CMYK) of #bcb92e color hex is 0.00, 0.02, 0.76, 0.26. Web safe color of #bcb92e is #cccc33. Color #bcb92e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 00101110
Octal 274 271 56
Decimal 188 185 46
Hex BC B9 2E

RGB Percentages of Color #bcb92e

%44.87
%44.15
%10.98

CMYK Percentages of Color #bcb92e

%0
%2
%76
%26

Triadic Colors of #bcb92e

#bcb92e #2ebcb9 #b92ebc

Analogous Colors of #bcb92e

#bcb92e #78bc2e #bc722e

Monochromatic Colors of #bcb92e

#bcb92e

Complementary Color

#bcb92e #2e31bc

#bcb92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb92e Color CSS Codes

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

#bcb92e Text Font Color

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

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


#bcb92e Background Color

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

This div background color is #bcb92e


#bcb92e Border Color

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

This div border color is #bcb92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb92e


Comments

No comments written yet.

Please login to write comment.