Color Hex Logo

#bcb211 Color Hex

#BCB211
(188,178,17)
0 Favorites   0 Comments

Color spaces of #bcb211

RGB 18817817
HSL0.160.830.40
HSV56°91°74°
CMYK 0.000.050.91   0.26
XYZ36.760642.57266.8102
Yxy42.57260.42670.4942
Hunter Lab65.2477-13.616439.4850
CIE-Lab71.2639-11.844171.0655

#bcb211 color RGB value is (188,178,17).

#bcb211 hex color red value is 188, green value is 178 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bcb211 hue: 0.16 , saturation: 0.83 and the lightness value of bcb211 is 0.40.

The process color (four color CMYK) of #bcb211 color hex is 0.00, 0.05, 0.91, 0.26. Web safe color of #bcb211 is #cc9900. Color #bcb211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 00010001
Octal 274 262 21
Decimal 188 178 17
Hex BC B2 11

RGB Percentages of Color #bcb211

%49.09
%46.48
%4.44

CMYK Percentages of Color #bcb211

%0
%5
%91
%26

Triadic Colors of #bcb211

#bcb211 #11bcb2 #b211bc

Analogous Colors of #bcb211

#bcb211 #71bc11 #bc5c11

Monochromatic Colors of #bcb211

#bcb211

Complementary Color

#bcb211 #111bbc

#bcb211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb211 Color CSS Codes

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

#bcb211 Text Font Color

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

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


#bcb211 Background Color

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

This div background color is #bcb211


#bcb211 Border Color

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

This div border color is #bcb211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb211


Comments

No comments written yet.

Please login to write comment.