Color Hex Logo

#bcb721 Color Hex

#BCB721
(188,183,33)
0 Favorites   0 Comments

Color spaces of #bcb721

RGB 18818333
HSL0.160.700.43
HSV58°82°74°
CMYK 0.000.030.82   0.26
XYZ37.947044.66818.0606
Yxy44.66810.41850.4926
Hunter Lab66.8342-15.611439.6332
CIE-Lab72.6728-14.039368.9061

#bcb721 color RGB value is (188,183,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 00100001
Octal 274 267 41
Decimal 188 183 33
Hex BC B7 21

RGB Percentages of Color #bcb721

%46.53
%45.30
%8.17

CMYK Percentages of Color #bcb721

%0
%3
%82
%26

Triadic Colors of #bcb721

#bcb721 #21bcb7 #b721bc

Analogous Colors of #bcb721

#bcb721 #74bc21 #bc6a21

Monochromatic Colors of #bcb721

#bcb721

Complementary Color

#bcb721 #2126bc

#bcb721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb721 Color CSS Codes

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

#bcb721 Text Font Color

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

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


#bcb721 Background Color

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

This div background color is #bcb721


#bcb721 Border Color

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

This div border color is #bcb721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb721


Comments

No comments written yet.

Please login to write comment.