Color Hex Logo

#bcab20 Color Hex

#BCAB20
(188,171,32)
0 Favorites   0 Comments

Color spaces of #bcab20

RGB 18817132
HSL0.150.710.43
HSV53°83°74°
CMYK 0.000.090.83   0.26
XYZ35.562739.92157.1978
Yxy39.92150.43010.4828
Hunter Lab63.1835-10.102737.4742
CIE-Lab69.4136-7.869366.3968

#bcab20 color RGB value is (188,171,32).

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

The process color (four color CMYK) of #bcab20 color hex is 0.00, 0.09, 0.83, 0.26. Web safe color of #bcab20 is #cc9933. Color #bcab20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 00100000
Octal 274 253 40
Decimal 188 171 32
Hex BC AB 20

RGB Percentages of Color #bcab20

%48.08
%43.73
%8.18

CMYK Percentages of Color #bcab20

%0
%9
%83
%26

Triadic Colors of #bcab20

#bcab20 #20bcab #ab20bc

Analogous Colors of #bcab20

#bcab20 #7fbc20 #bc5d20

Monochromatic Colors of #bcab20

#bcab20

Complementary Color

#bcab20 #2031bc

#bcab20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab20 Color CSS Codes

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

#bcab20 Text Font Color

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

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


#bcab20 Background Color

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

This div background color is #bcab20


#bcab20 Border Color

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

This div border color is #bcab20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab20


Comments

No comments written yet.

Please login to write comment.