Color Hex Logo

#bcb71e Color Hex

#BCB71E
(188,183,30)
0 Favorites   0 Comments

Color spaces of #bcb71e

RGB 18818330
HSL0.160.720.43
HSV58°84°74°
CMYK 0.000.030.84   0.26
XYZ37.906944.65217.8491
Yxy44.65210.41930.4939
Hunter Lab66.8222-15.679539.8112
CIE-Lab72.6622-14.123469.6289

#bcb71e color RGB value is (188,183,30).

#bcb71e hex color red value is 188, green value is 183 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bcb71e hue: 0.16 , saturation: 0.72 and the lightness value of bcb71e is 0.43.

The process color (four color CMYK) of #bcb71e color hex is 0.00, 0.03, 0.84, 0.26. Web safe color of #bcb71e is #cccc33. Color #bcb71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 00011110
Octal 274 267 36
Decimal 188 183 30
Hex BC B7 1E

RGB Percentages of Color #bcb71e

%46.88
%45.64
%7.48

CMYK Percentages of Color #bcb71e

%0
%3
%84
%26

Triadic Colors of #bcb71e

#bcb71e #1ebcb7 #b71ebc

Analogous Colors of #bcb71e

#bcb71e #72bc1e #bc681e

Monochromatic Colors of #bcb71e

#bcb71e

Complementary Color

#bcb71e #1e23bc

#bcb71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb71e Color CSS Codes

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

#bcb71e Text Font Color

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

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


#bcb71e Background Color

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

This div background color is #bcb71e


#bcb71e Border Color

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

This div border color is #bcb71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb71e


Comments

No comments written yet.

Please login to write comment.