Color Hex Logo

#bca752 Color Hex

#BCA752
(188,167,82)
0 Favorites   0 Comments

Color spaces of #bca752

RGB 18816782
HSL0.130.440.53
HSV48°56°74°
CMYK 0.000.110.56   0.26
XYZ36.080738.938013.5968
Yxy38.93800.40720.4394
Hunter Lab62.4003-5.989530.7612
CIE-Lab68.7063-3.079946.0787

#bca752 color RGB value is (188,167,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 01010010
Octal 274 247 122
Decimal 188 167 82
Hex BC A7 52

RGB Percentages of Color #bca752

%43.02
%38.22
%18.76

CMYK Percentages of Color #bca752

%0
%11
%56
%26

Triadic Colors of #bca752

#bca752 #52bca7 #a752bc

Analogous Colors of #bca752

#bca752 #9cbc52 #bc7252

Monochromatic Colors of #bca752

#bca752

Complementary Color

#bca752 #5267bc

#bca752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca752 Color CSS Codes

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

#bca752 Text Font Color

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

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


#bca752 Background Color

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

This div background color is #bca752


#bca752 Border Color

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

This div border color is #bca752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca752


Comments

No comments written yet.

Please login to write comment.