Color Hex Logo

#bcab09 Color Hex

#BCAB09
(188,171,9)
0 Favorites   0 Comments

Color spaces of #bcab09

RGB 1881719
HSL0.150.910.39
HSV54°95°74°
CMYK 0.000.090.95   0.26
XYZ35.351339.83696.0845
Yxy39.83690.43500.4902
Hunter Lab63.1165-10.476738.4659
CIE-Lab69.3532-8.324470.6977

#bcab09 color RGB value is (188,171,9).

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

The process color (four color CMYK) of #bcab09 color hex is 0.00, 0.09, 0.95, 0.26. Web safe color of #bcab09 is #cc9900. Color #bcab09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 00001001
Octal 274 253 11
Decimal 188 171 9
Hex BC AB 9

RGB Percentages of Color #bcab09

%51.09
%46.47
%2.45

CMYK Percentages of Color #bcab09

%0
%9
%95
%26

Triadic Colors of #bcab09

#bcab09 #09bcab #ab09bc

Analogous Colors of #bcab09

#bcab09 #74bc09 #bc5209

Monochromatic Colors of #bcab09

#bcab09

Complementary Color

#bcab09 #091abc

#bcab09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab09 Color CSS Codes

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

#bcab09 Text Font Color

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

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


#bcab09 Background Color

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

This div background color is #bcab09


#bcab09 Border Color

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

This div border color is #bcab09


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,171,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 #bcab09">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab09


Comments

No comments written yet.

Please login to write comment.