Color Hex Logo

#bcae44 Color Hex

#BCAE44
(188,174,68)
0 Favorites   0 Comments

Color spaces of #bcae44

RGB 18817468
HSL0.150.470.50
HSV53°64°74°
CMYK 0.000.070.64   0.26
XYZ36.918541.380811.5103
Yxy41.38080.41110.4608
Hunter Lab64.3279-10.130734.4207
CIE-Lab70.4419-7.780154.4709

#bcae44 color RGB value is (188,174,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 01000100
Octal 274 256 104
Decimal 188 174 68
Hex BC AE 44

RGB Percentages of Color #bcae44

%43.72
%40.47
%15.81

CMYK Percentages of Color #bcae44

%0
%7
%64
%26

Triadic Colors of #bcae44

#bcae44 #44bcae #ae44bc

Analogous Colors of #bcae44

#bcae44 #8ebc44 #bc7244

Monochromatic Colors of #bcae44

#bcae44

Complementary Color

#bcae44 #4452bc

#bcae44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae44 Color CSS Codes

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

#bcae44 Text Font Color

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

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


#bcae44 Background Color

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

This div background color is #bcae44


#bcae44 Border Color

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

This div border color is #bcae44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae44


Comments

No comments written yet.

Please login to write comment.