Color Hex Logo

#bcb448 Color Hex

#BCB448
(188,180,72)
0 Favorites   0 Comments

Color spaces of #bcb448

RGB 18818072
HSL0.160.460.51
HSV56°62°74°
CMYK 0.000.040.62   0.26
XYZ38.230043.801812.5705
Yxy43.80180.40410.4630
Hunter Lab66.1829-12.711135.0668
CIE-Lab72.0958-10.639354.5039

#bcb448 color RGB value is (188,180,72).

#bcb448 hex color red value is 188, green value is 180 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bcb448 hue: 0.16 , saturation: 0.46 and the lightness value of bcb448 is 0.51.

The process color (four color CMYK) of #bcb448 color hex is 0.00, 0.04, 0.62, 0.26. Web safe color of #bcb448 is #cccc33. Color #bcb448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 01001000
Octal 274 264 110
Decimal 188 180 72
Hex BC B4 48

RGB Percentages of Color #bcb448

%42.73
%40.91
%16.36

CMYK Percentages of Color #bcb448

%0
%4
%62
%26

Triadic Colors of #bcb448

#bcb448 #48bcb4 #b448bc

Analogous Colors of #bcb448

#bcb448 #8abc48 #bc7a48

Monochromatic Colors of #bcb448

#bcb448

Complementary Color

#bcb448 #4850bc

#bcb448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb448 Color CSS Codes

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

#bcb448 Text Font Color

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

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


#bcb448 Background Color

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

This div background color is #bcb448


#bcb448 Border Color

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

This div border color is #bcb448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb448


Comments

No comments written yet.

Please login to write comment.