Color Hex Logo

#bca852 Color Hex

#BCA852
(188,168,82)
0 Favorites   0 Comments

Color spaces of #bca852

RGB 18816882
HSL0.140.440.53
HSV49°56°74°
CMYK 0.000.110.56   0.26
XYZ36.264739.305813.6581
Yxy39.30580.40640.4405
Hunter Lab62.6943-6.464230.9696
CIE-Lab68.9722-3.611546.3870

#bca852 color RGB value is (188,168,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 01010010
Octal 274 250 122
Decimal 188 168 82
Hex BC A8 52

RGB Percentages of Color #bca852

%42.92
%38.36
%18.72

CMYK Percentages of Color #bca852

%0
%11
%56
%26

Triadic Colors of #bca852

#bca852 #52bca8 #a852bc

Analogous Colors of #bca852

#bca852 #9bbc52 #bc7352

Monochromatic Colors of #bca852

#bca852

Complementary Color

#bca852 #5266bc

#bca852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca852 Color CSS Codes

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

#bca852 Text Font Color

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

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


#bca852 Background Color

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

This div background color is #bca852


#bca852 Border Color

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

This div border color is #bca852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca852


Comments

No comments written yet.

Please login to write comment.