Color Hex Logo

#bca273 Color Hex

#BCA273
(188,162,115)
0 Favorites   0 Comments

Color spaces of #bca273

RGB 188162115
HSL0.110.350.59
HSV39°39°74°
CMYK 0.000.140.39   0.26
XYZ36.753937.769821.5728
Yxy37.76980.38250.3930
Hunter Lab61.4571-0.799622.2079
CIE-Lab67.85062.846327.9753

#bca273 color RGB value is (188,162,115).

#bca273 hex color red value is 188, green value is 162 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bca273 hue: 0.11 , saturation: 0.35 and the lightness value of bca273 is 0.59.

The process color (four color CMYK) of #bca273 color hex is 0.00, 0.14, 0.39, 0.26. Web safe color of #bca273 is #cc9966. Color #bca273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 01110011
Octal 274 242 163
Decimal 188 162 115
Hex BC A2 73

RGB Percentages of Color #bca273

%40.43
%34.84
%24.73

CMYK Percentages of Color #bca273

%0
%14
%39
%26

Triadic Colors of #bca273

#bca273 #73bca2 #a273bc

Analogous Colors of #bca273

#bca273 #b2bc73 #bc7e73

Monochromatic Colors of #bca273

#bca273

Complementary Color

#bca273 #738dbc

#bca273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca273 Color CSS Codes

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

#bca273 Text Font Color

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

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


#bca273 Background Color

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

This div background color is #bca273


#bca273 Border Color

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

This div border color is #bca273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca273


Comments

No comments written yet.

Please login to write comment.