Color Hex Logo

#bcac44 Color Hex

#BCAC44
(188,172,68)
0 Favorites   0 Comments

Color spaces of #bcac44

RGB 18817268
HSL0.140.470.50
HSV52°64°74°
CMYK 0.000.090.64   0.26
XYZ36.534940.613811.3825
Yxy40.61380.41270.4588
Hunter Lab63.7290-9.194234.0206
CIE-Lab69.9045-6.731653.8957

#bcac44 color RGB value is (188,172,68).

#bcac44 hex color red value is 188, green value is 172 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #bcac44 hue: 0.14 , saturation: 0.47 and the lightness value of bcac44 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 01000100
Octal 274 254 104
Decimal 188 172 68
Hex BC AC 44

RGB Percentages of Color #bcac44

%43.93
%40.19
%15.89

CMYK Percentages of Color #bcac44

%0
%9
%64
%26

Triadic Colors of #bcac44

#bcac44 #44bcac #ac44bc

Analogous Colors of #bcac44

#bcac44 #90bc44 #bc7044

Monochromatic Colors of #bcac44

#bcac44

Complementary Color

#bcac44 #4454bc

#bcac44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac44 Color CSS Codes

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

#bcac44 Text Font Color

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

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


#bcac44 Background Color

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

This div background color is #bcac44


#bcac44 Border Color

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

This div border color is #bcac44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac44


Comments

No comments written yet.

Please login to write comment.