Color Hex Logo

#bcb03f Color Hex

#BCB03F
(188,176,63)
0 Favorites   0 Comments

Color spaces of #bcb03f

RGB 18817663
HSL0.150.500.49
HSV54°66°74°
CMYK 0.000.060.66   0.26
XYZ37.161642.100910.8703
Yxy42.10090.41230.4671
Hunter Lab64.8852-11.317135.4867
CIE-Lab70.9404-9.129957.1167

#bcb03f color RGB value is (188,176,63).

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

The process color (four color CMYK) of #bcb03f color hex is 0.00, 0.06, 0.66, 0.26. Web safe color of #bcb03f is #cc9933. Color #bcb03f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 00111111
Octal 274 260 77
Decimal 188 176 63
Hex BC B0 3F

RGB Percentages of Color #bcb03f

%44.03
%41.22
%14.75

CMYK Percentages of Color #bcb03f

%0
%6
%66
%26

Triadic Colors of #bcb03f

#bcb03f #3fbcb0 #b03fbc

Analogous Colors of #bcb03f

#bcb03f #8abc3f #bc723f

Monochromatic Colors of #bcb03f

#bcb03f

Complementary Color

#bcb03f #3f4bbc

#bcb03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb03f Color CSS Codes

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

#bcb03f Text Font Color

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

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


#bcb03f Background Color

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

This div background color is #bcb03f


#bcb03f Border Color

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

This div border color is #bcb03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb03f


Comments

No comments written yet.

Please login to write comment.