Color Hex Logo

#bca125 Color Hex

#BCA125
(188,161,37)
0 Favorites   0 Comments

Color spaces of #bca125

RGB 18816137
HSL0.140.670.44
HSV49°80°74°
CMYK 0.000.140.80   0.26
XYZ33.817836.31476.9773
Yxy36.31470.43860.4709
Hunter Lab60.2617-5.286935.3184
CIE-Lab66.7597-2.421862.6555

#bca125 color RGB value is (188,161,37).

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

The process color (four color CMYK) of #bca125 color hex is 0.00, 0.14, 0.80, 0.26. Web safe color of #bca125 is #cc9933. Color #bca125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 00100101
Octal 274 241 45
Decimal 188 161 37
Hex BC A1 25

RGB Percentages of Color #bca125

%48.70
%41.71
%9.59

CMYK Percentages of Color #bca125

%0
%14
%80
%26

Triadic Colors of #bca125

#bca125 #25bca1 #a125bc

Analogous Colors of #bca125

#bca125 #8cbc25 #bc5525

Monochromatic Colors of #bca125

#bca125

Complementary Color

#bca125 #2540bc

#bca125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca125 Color CSS Codes

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

#bca125 Text Font Color

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

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


#bca125 Background Color

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

This div background color is #bca125


#bca125 Border Color

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

This div border color is #bca125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca125


Comments

No comments written yet.

Please login to write comment.