Color Hex Logo

#bcac58 Color Hex

#BCAC58
(188,172,88)
0 Favorites   0 Comments

Color spaces of #bcac58

RGB 18817288
HSL0.140.430.54
HSV50°53°74°
CMYK 0.000.090.53   0.26
XYZ37.253040.901015.1638
Yxy40.90100.39920.4383
Hunter Lab63.9539-7.943430.7098
CIE-Lab70.1065-5.235944.7912

#bcac58 color RGB value is (188,172,88).

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

The process color (four color CMYK) of #bcac58 color hex is 0.00, 0.09, 0.53, 0.26. Web safe color of #bcac58 is #cc9966. Color #bcac58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 01011000
Octal 274 254 130
Decimal 188 172 88
Hex BC AC 58

RGB Percentages of Color #bcac58

%41.96
%38.39
%19.64

CMYK Percentages of Color #bcac58

%0
%9
%53
%26

Triadic Colors of #bcac58

#bcac58 #58bcac #ac58bc

Analogous Colors of #bcac58

#bcac58 #9abc58 #bc7a58

Monochromatic Colors of #bcac58

#bcac58

Complementary Color

#bcac58 #5868bc

#bcac58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac58 Color CSS Codes

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

#bcac58 Text Font Color

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

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


#bcac58 Background Color

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

This div background color is #bcac58


#bcac58 Border Color

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

This div border color is #bcac58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac58


Comments

No comments written yet.

Please login to write comment.