Color Hex Logo

#bcaf2e Color Hex

#BCAF2E
(188,175,46)
0 Favorites   0 Comments

Color spaces of #bcaf2e

RGB 18817546
HSL0.150.610.46
HSV55°76°74°
CMYK 0.000.070.76   0.26
XYZ36.562241.54868.6774
Yxy41.54860.42130.4787
Hunter Lab64.4582-11.552537.1391
CIE-Lab70.5586-9.460463.1713

#bcaf2e color RGB value is (188,175,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 00101110
Octal 274 257 56
Decimal 188 175 46
Hex BC AF 2E

RGB Percentages of Color #bcaf2e

%45.97
%42.79
%11.25

CMYK Percentages of Color #bcaf2e

%0
%7
%76
%26

Triadic Colors of #bcaf2e

#bcaf2e #2ebcaf #af2ebc

Analogous Colors of #bcaf2e

#bcaf2e #82bc2e #bc682e

Monochromatic Colors of #bcaf2e

#bcaf2e

Complementary Color

#bcaf2e #2e3bbc

#bcaf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaf2e Color CSS Codes

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

#bcaf2e Text Font Color

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

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


#bcaf2e Background Color

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

This div background color is #bcaf2e


#bcaf2e Border Color

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

This div border color is #bcaf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaf2e


Comments

No comments written yet.

Please login to write comment.