Color Hex Logo

#bcb342 Color Hex

#BCB342
(188,179,66)
0 Favorites   0 Comments

Color spaces of #bcb342

RGB 18817966
HSL0.150.480.50
HSV56°65°74°
CMYK 0.000.050.65   0.26
XYZ37.842543.324911.5223
Yxy43.32490.40830.4674
Hunter Lab65.8217-12.563835.6962
CIE-Lab71.7749-10.507456.7364

#bcb342 color RGB value is (188,179,66).

#bcb342 hex color red value is 188, green value is 179 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bcb342 hue: 0.15 , saturation: 0.48 and the lightness value of bcb342 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 01000010
Octal 274 263 102
Decimal 188 179 66
Hex BC B3 42

RGB Percentages of Color #bcb342

%43.42
%41.34
%15.24

CMYK Percentages of Color #bcb342

%0
%5
%65
%26

Triadic Colors of #bcb342

#bcb342 #42bcb3 #b342bc

Analogous Colors of #bcb342

#bcb342 #88bc42 #bc7642

Monochromatic Colors of #bcb342

#bcb342

Complementary Color

#bcb342 #424bbc

#bcb342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb342 Color CSS Codes

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

#bcb342 Text Font Color

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

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


#bcb342 Background Color

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

This div background color is #bcb342


#bcb342 Border Color

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

This div border color is #bcb342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb342


Comments

No comments written yet.

Please login to write comment.