Color Hex Logo

#bca758 Color Hex

#BCA758
(188,167,88)
0 Favorites   0 Comments

Color spaces of #bca758

RGB 18816788
HSL0.130.430.54
HSV47°53°74°
CMYK 0.000.110.53   0.26
XYZ36.319239.033414.8525
Yxy39.03340.40260.4327
Hunter Lab62.4767-5.568029.6388
CIE-Lab68.7755-2.581943.2106

#bca758 color RGB value is (188,167,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 01011000
Octal 274 247 130
Decimal 188 167 88
Hex BC A7 58

RGB Percentages of Color #bca758

%42.44
%37.70
%19.86

CMYK Percentages of Color #bca758

%0
%11
%53
%26

Triadic Colors of #bca758

#bca758 #58bca7 #a758bc

Analogous Colors of #bca758

#bca758 #9fbc58 #bc7558

Monochromatic Colors of #bca758

#bca758

Complementary Color

#bca758 #586dbc

#bca758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca758 Color CSS Codes

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

#bca758 Text Font Color

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

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


#bca758 Background Color

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

This div background color is #bca758


#bca758 Border Color

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

This div border color is #bca758


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,167,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 #bca758">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca758


Comments

No comments written yet.

Please login to write comment.