Color Hex Logo

#bcb322 Color Hex

#BCB322
(188,179,34)
0 Favorites   0 Comments

Color spaces of #bcb322

RGB 18817934
HSL0.160.690.44
HSV56°82°74°
CMYK 0.000.050.82   0.26
XYZ37.147943.04717.8644
Yxy43.04710.42190.4888
Hunter Lab65.6103-13.753138.8204
CIE-Lab71.5869-11.961567.7209

#bcb322 color RGB value is (188,179,34).

#bcb322 hex color red value is 188, green value is 179 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bcb322 hue: 0.16 , saturation: 0.69 and the lightness value of bcb322 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 00100010
Octal 274 263 42
Decimal 188 179 34
Hex BC B3 22

RGB Percentages of Color #bcb322

%46.88
%44.64
%8.48

CMYK Percentages of Color #bcb322

%0
%5
%82
%26

Triadic Colors of #bcb322

#bcb322 #22bcb3 #b322bc

Analogous Colors of #bcb322

#bcb322 #78bc22 #bc6622

Monochromatic Colors of #bcb322

#bcb322

Complementary Color

#bcb322 #222bbc

#bcb322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb322 Color CSS Codes

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

#bcb322 Text Font Color

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

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


#bcb322 Background Color

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

This div background color is #bcb322


#bcb322 Border Color

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

This div border color is #bcb322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb322


Comments

No comments written yet.

Please login to write comment.