Color Hex Logo

#bca030 Color Hex

#BCA030
(188,160,48)
0 Favorites   0 Comments

Color spaces of #bca030

RGB 18816048
HSL0.130.590.46
HSV48°74°74°
CMYK 0.000.150.74   0.26
XYZ33.843336.04647.9702
Yxy36.04640.43470.4630
Hunter Lab60.0387-4.448634.1562
CIE-Lab66.5554-1.452158.6739

#bca030 color RGB value is (188,160,48).

#bca030 hex color red value is 188, green value is 160 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bca030 hue: 0.13 , saturation: 0.59 and the lightness value of bca030 is 0.46.

The process color (four color CMYK) of #bca030 color hex is 0.00, 0.15, 0.74, 0.26. Web safe color of #bca030 is #cc9933. Color #bca030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 00110000
Octal 274 240 60
Decimal 188 160 48
Hex BC A0 30

RGB Percentages of Color #bca030

%47.47
%40.40
%12.12

CMYK Percentages of Color #bca030

%0
%15
%74
%26

Triadic Colors of #bca030

#bca030 #30bca0 #a030bc

Analogous Colors of #bca030

#bca030 #92bc30 #bc5a30

Monochromatic Colors of #bca030

#bca030

Complementary Color

#bca030 #304cbc

#bca030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca030 Color CSS Codes

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

#bca030 Text Font Color

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

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


#bca030 Background Color

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

This div background color is #bca030


#bca030 Border Color

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

This div border color is #bca030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca030


Comments

No comments written yet.

Please login to write comment.