Color Hex Logo

#bcae49 Color Hex

#BCAE49
(188,174,73)
0 Favorites   0 Comments

Color spaces of #bcae49

RGB 18817473
HSL0.150.460.51
HSV53°61°74°
CMYK 0.000.070.61   0.26
XYZ37.077741.444512.3487
Yxy41.44450.40800.4561
Hunter Lab64.3774-9.854733.6913
CIE-Lab70.4862-7.447552.3049

#bcae49 color RGB value is (188,174,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 01001001
Octal 274 256 111
Decimal 188 174 73
Hex BC AE 49

RGB Percentages of Color #bcae49

%43.22
%40.00
%16.78

CMYK Percentages of Color #bcae49

%0
%7
%61
%26

Triadic Colors of #bcae49

#bcae49 #49bcae #ae49bc

Analogous Colors of #bcae49

#bcae49 #91bc49 #bc7549

Monochromatic Colors of #bcae49

#bcae49

Complementary Color

#bcae49 #4957bc

#bcae49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae49 Color CSS Codes

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

#bcae49 Text Font Color

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

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


#bcae49 Background Color

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

This div background color is #bcae49


#bcae49 Border Color

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

This div border color is #bcae49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae49


Comments

No comments written yet.

Please login to write comment.