Color Hex Logo

#bcae43 Color Hex

#BCAE43
(188,174,67)
0 Favorites   0 Comments

Color spaces of #bcae43

RGB 18817467
HSL0.150.470.50
HSV53°64°74°
CMYK 0.000.070.64   0.26
XYZ36.888241.368711.3509
Yxy41.36870.41170.4617
Hunter Lab64.3185-10.183434.5595
CIE-Lab70.4335-7.843654.8950

#bcae43 color RGB value is (188,174,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 01000011
Octal 274 256 103
Decimal 188 174 67
Hex BC AE 43

RGB Percentages of Color #bcae43

%43.82
%40.56
%15.62

CMYK Percentages of Color #bcae43

%0
%7
%64
%26

Triadic Colors of #bcae43

#bcae43 #43bcae #ae43bc

Analogous Colors of #bcae43

#bcae43 #8ebc43 #bc7243

Monochromatic Colors of #bcae43

#bcae43

Complementary Color

#bcae43 #4351bc

#bcae43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae43 Color CSS Codes

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

#bcae43 Text Font Color

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

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


#bcae43 Background Color

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

This div background color is #bcae43


#bcae43 Border Color

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

This div border color is #bcae43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae43


Comments

No comments written yet.

Please login to write comment.