Color Hex Logo

#bcaf1a Color Hex

#BCAF1A
(188,175,26)
0 Favorites   0 Comments

Color spaces of #bcaf1a

RGB 18817526
HSL0.150.760.42
HSV55°86°74°
CMYK 0.000.070.86   0.26
XYZ36.255541.42597.0624
Yxy41.42590.42780.4888
Hunter Lab64.3630-12.086538.5483
CIE-Lab70.4733-10.112468.7342

#bcaf1a color RGB value is (188,175,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 00011010
Octal 274 257 32
Decimal 188 175 26
Hex BC AF 1A

RGB Percentages of Color #bcaf1a

%48.33
%44.99
%6.68

CMYK Percentages of Color #bcaf1a

%0
%7
%86
%26

Triadic Colors of #bcaf1a

#bcaf1a #1abcaf #af1abc

Analogous Colors of #bcaf1a

#bcaf1a #78bc1a #bc5e1a

Monochromatic Colors of #bcaf1a

#bcaf1a

Complementary Color

#bcaf1a #1a27bc

#bcaf1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaf1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaf1a Color CSS Codes

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

#bcaf1a Text Font Color

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

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


#bcaf1a Background Color

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

This div background color is #bcaf1a


#bcaf1a Border Color

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

This div border color is #bcaf1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaf1a


Comments

No comments written yet.

Please login to write comment.