Color Hex Logo

#bca05d Color Hex

#BCA05D
(188,160,93)
0 Favorites   0 Comments

Color spaces of #bca05d

RGB 18816093
HSL0.120.410.55
HSV42°51°74°
CMYK 0.000.150.51   0.26
XYZ35.285636.623315.5652
Yxy36.62330.40340.4187
Hunter Lab60.5172-1.827527.1125
CIE-Lab66.99341.624138.5171

#bca05d color RGB value is (188,160,93).

#bca05d hex color red value is 188, green value is 160 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bca05d hue: 0.12 , saturation: 0.41 and the lightness value of bca05d is 0.55.

The process color (four color CMYK) of #bca05d color hex is 0.00, 0.15, 0.51, 0.26. Web safe color of #bca05d is #cc9966. Color #bca05d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 01011101
Octal 274 240 135
Decimal 188 160 93
Hex BC A0 5D

RGB Percentages of Color #bca05d

%42.63
%36.28
%21.09

CMYK Percentages of Color #bca05d

%0
%15
%51
%26

Triadic Colors of #bca05d

#bca05d #5dbca0 #a05dbc

Analogous Colors of #bca05d

#bca05d #a9bc5d #bc715d

Monochromatic Colors of #bca05d

#bca05d

Complementary Color

#bca05d #5d79bc

#bca05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca05d Color CSS Codes

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

#bca05d Text Font Color

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

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


#bca05d Background Color

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

This div background color is #bca05d


#bca05d Border Color

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

This div border color is #bca05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca05d


Comments

No comments written yet.

Please login to write comment.