Color Hex Logo

#bca01e Color Hex

#BCA01E
(188,160,30)
0 Favorites   0 Comments

Color spaces of #bca01e

RGB 18816030
HSL0.140.720.43
HSV49°84°74°
CMYK 0.000.150.84   0.26
XYZ33.544235.92676.3949
Yxy35.92670.44220.4736
Hunter Lab59.9389-4.997335.6315
CIE-Lab66.4639-2.104964.4373

#bca01e color RGB value is (188,160,30).

#bca01e hex color red value is 188, green value is 160 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bca01e hue: 0.14 , saturation: 0.72 and the lightness value of bca01e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 00011110
Octal 274 240 36
Decimal 188 160 30
Hex BC A0 1E

RGB Percentages of Color #bca01e

%49.74
%42.33
%7.94

CMYK Percentages of Color #bca01e

%0
%15
%84
%26

Triadic Colors of #bca01e

#bca01e #1ebca0 #a01ebc

Analogous Colors of #bca01e

#bca01e #89bc1e #bc511e

Monochromatic Colors of #bca01e

#bca01e

Complementary Color

#bca01e #1e3abc

#bca01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca01e Color CSS Codes

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

#bca01e Text Font Color

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

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


#bca01e Background Color

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

This div background color is #bca01e


#bca01e Border Color

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

This div border color is #bca01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca01e


Comments

No comments written yet.

Please login to write comment.