Color Hex Logo

#bcae2e Color Hex

#BCAE2E
(188,174,46)
0 Favorites   0 Comments

Color spaces of #bcae2e

RGB 18817446
HSL0.150.610.46
HSV54°76°74°
CMYK 0.000.070.76   0.26
XYZ36.368241.16078.6128
Yxy41.16070.42220.4778
Hunter Lab64.1566-11.088536.9501
CIE-Lab70.2884-8.940062.9195

#bcae2e color RGB value is (188,174,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 00101110
Octal 274 256 56
Decimal 188 174 46
Hex BC AE 2E

RGB Percentages of Color #bcae2e

%46.08
%42.65
%11.27

CMYK Percentages of Color #bcae2e

%0
%7
%76
%26

Triadic Colors of #bcae2e

#bcae2e #2ebcae #ae2ebc

Analogous Colors of #bcae2e

#bcae2e #83bc2e #bc672e

Monochromatic Colors of #bcae2e

#bcae2e

Complementary Color

#bcae2e #2e3cbc

#bcae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae2e Color CSS Codes

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

#bcae2e Text Font Color

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

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


#bcae2e Background Color

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

This div background color is #bcae2e


#bcae2e Border Color

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

This div border color is #bcae2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,174,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 #bcae2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae2e


Comments

No comments written yet.

Please login to write comment.