Color Hex Logo

#bcb509 Color Hex

#BCB509
(188,181,9)
0 Favorites   0 Comments

Color spaces of #bcb509

RGB 1881819
HSL0.160.910.39
HSV58°95°74°
CMYK 0.000.040.95   0.26
XYZ37.312243.75886.7382
Yxy43.75880.42490.4983
Hunter Lab66.1504-15.080240.2659
CIE-Lab72.0670-13.492572.7309

#bcb509 color RGB value is (188,181,9).

#bcb509 hex color red value is 188, green value is 181 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bcb509 hue: 0.16 , saturation: 0.91 and the lightness value of bcb509 is 0.39.

The process color (four color CMYK) of #bcb509 color hex is 0.00, 0.04, 0.95, 0.26. Web safe color of #bcb509 is #cccc00. Color #bcb509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 00001001
Octal 274 265 11
Decimal 188 181 9
Hex BC B5 9

RGB Percentages of Color #bcb509

%49.74
%47.88
%2.38

CMYK Percentages of Color #bcb509

%0
%4
%95
%26

Triadic Colors of #bcb509

#bcb509 #09bcb5 #b509bc

Analogous Colors of #bcb509

#bcb509 #6abc09 #bc5c09

Monochromatic Colors of #bcb509

#bcb509

Complementary Color

#bcb509 #0910bc

#bcb509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb509 Color CSS Codes

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

#bcb509 Text Font Color

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

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


#bcb509 Background Color

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

This div background color is #bcb509


#bcb509 Border Color

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

This div border color is #bcb509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb509


Comments

No comments written yet.

Please login to write comment.