Color Hex Logo

#bca81f Color Hex

#BCA81F
(188,168,31)
1 Favorites   0 Comments

Color spaces of #bca81f

RGB 18816831
HSL0.150.720.43
HSV52°84°74°
CMYK 0.000.110.84   0.26
XYZ34.989038.79566.9405
Yxy38.79560.43340.4806
Hunter Lab62.2861-8.729036.9936
CIE-Lab68.6029-6.323165.9745

#bca81f color RGB value is (188,168,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 00011111
Octal 274 250 37
Decimal 188 168 31
Hex BC A8 1F

RGB Percentages of Color #bca81f

%48.58
%43.41
%8.01

CMYK Percentages of Color #bca81f

%0
%11
%84
%26

Triadic Colors of #bca81f

#bca81f #1fbca8 #a81fbc

Analogous Colors of #bca81f

#bca81f #82bc1f #bc5a1f

Monochromatic Colors of #bca81f

#bca81f

Complementary Color

#bca81f #1f33bc

#bca81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca81f Color CSS Codes

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

#bca81f Text Font Color

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

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


#bca81f Background Color

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

This div background color is #bca81f


#bca81f Border Color

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

This div border color is #bca81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca81f


Comments

No comments written yet.

Please login to write comment.