Color Hex Logo

#bcab57 Color Hex

#BCAB57
(188,171,87)
0 Favorites   0 Comments

Color spaces of #bcab57

RGB 18817187
HSL0.140.430.54
HSV50°54°74°
CMYK 0.000.090.54   0.26
XYZ37.022240.505314.8838
Yxy40.50530.40060.4383
Hunter Lab63.6438-7.541430.6850
CIE-Lab69.8279-4.792444.9529

#bcab57 color RGB value is (188,171,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 01010111
Octal 274 253 127
Decimal 188 171 87
Hex BC AB 57

RGB Percentages of Color #bcab57

%42.15
%38.34
%19.51

CMYK Percentages of Color #bcab57

%0
%9
%54
%26

Triadic Colors of #bcab57

#bcab57 #57bcab #ab57bc

Analogous Colors of #bcab57

#bcab57 #9bbc57 #bc7957

Monochromatic Colors of #bcab57

#bcab57

Complementary Color

#bcab57 #5768bc

#bcab57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab57 Color CSS Codes

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

#bcab57 Text Font Color

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

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


#bcab57 Background Color

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

This div background color is #bcab57


#bcab57 Border Color

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

This div border color is #bcab57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab57


Comments

No comments written yet.

Please login to write comment.