Color Hex Logo

#bca829 Color Hex

#BCA829
(188,168,41)
1 Favorites   0 Comments

Color spaces of #bca829

RGB 18816841
HSL0.140.640.45
HSV52°78°74°
CMYK 0.000.110.78   0.26
XYZ35.141938.85677.7457
Yxy38.85670.42990.4753
Hunter Lab62.3351-8.455836.2673
CIE-Lab68.6473-5.993263.0738

#bca829 color RGB value is (188,168,41).

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

The process color (four color CMYK) of #bca829 color hex is 0.00, 0.11, 0.78, 0.26. Web safe color of #bca829 is #cc9933. Color #bca829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 00101001
Octal 274 250 51
Decimal 188 168 41
Hex BC A8 29

RGB Percentages of Color #bca829

%47.36
%42.32
%10.33

CMYK Percentages of Color #bca829

%0
%11
%78
%26

Triadic Colors of #bca829

#bca829 #29bca8 #a829bc

Analogous Colors of #bca829

#bca829 #87bc29 #bc5e29

Monochromatic Colors of #bca829

#bca829

Complementary Color

#bca829 #293dbc

#bca829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca829 Color CSS Codes

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

#bca829 Text Font Color

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

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


#bca829 Background Color

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

This div background color is #bca829


#bca829 Border Color

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

This div border color is #bca829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca829


Comments

No comments written yet.

Please login to write comment.