Color Hex Logo

#bcaf3a Color Hex

#BCAF3A
(188,175,58)
0 Favorites   0 Comments

Color spaces of #bcaf3a

RGB 18817558
HSL0.150.530.48
HSV54°69°74°
CMYK 0.000.070.69   0.26
XYZ36.832741.656810.1023
Yxy41.65680.41580.4702
Hunter Lab64.5421-11.082735.8992
CIE-Lab70.6337-8.889458.8264

#bcaf3a color RGB value is (188,175,58).

#bcaf3a hex color red value is 188, green value is 175 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bcaf3a hue: 0.15 , saturation: 0.53 and the lightness value of bcaf3a is 0.48.

The process color (four color CMYK) of #bcaf3a color hex is 0.00, 0.07, 0.69, 0.26. Web safe color of #bcaf3a is #cc9933. Color #bcaf3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 00111010
Octal 274 257 72
Decimal 188 175 58
Hex BC AF 3A

RGB Percentages of Color #bcaf3a

%44.66
%41.57
%13.78

CMYK Percentages of Color #bcaf3a

%0
%7
%69
%26

Triadic Colors of #bcaf3a

#bcaf3a #3abcaf #af3abc

Analogous Colors of #bcaf3a

#bcaf3a #88bc3a #bc6e3a

Monochromatic Colors of #bcaf3a

#bcaf3a

Complementary Color

#bcaf3a #3a47bc

#bcaf3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaf3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaf3a Color CSS Codes

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

#bcaf3a Text Font Color

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

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


#bcaf3a Background Color

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

This div background color is #bcaf3a


#bcaf3a Border Color

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

This div border color is #bcaf3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaf3a


Comments

No comments written yet.

Please login to write comment.