Color Hex Logo

#bca254 Color Hex

#BCA254
(188,162,84)
0 Favorites   0 Comments

Color spaces of #bca254

RGB 18816284
HSL0.130.440.53
HSV45°55°74°
CMYK 0.000.140.55   0.26
XYZ35.259637.172113.7041
Yxy37.17210.40930.4316
Hunter Lab60.9689-3.465429.3515
CIE-Lab67.4059-0.242243.5743

#bca254 color RGB value is (188,162,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 01010100
Octal 274 242 124
Decimal 188 162 84
Hex BC A2 54

RGB Percentages of Color #bca254

%43.32
%37.33
%19.35

CMYK Percentages of Color #bca254

%0
%14
%55
%26

Triadic Colors of #bca254

#bca254 #54bca2 #a254bc

Analogous Colors of #bca254

#bca254 #a2bc54 #bc6e54

Monochromatic Colors of #bca254

#bca254

Complementary Color

#bca254 #546ebc

#bca254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca254 Color CSS Codes

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

#bca254 Text Font Color

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

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


#bca254 Background Color

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

This div background color is #bca254


#bca254 Border Color

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

This div border color is #bca254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca254


Comments

No comments written yet.

Please login to write comment.