Color Hex Logo

#bcae7b Color Hex

#BCAE7B
(188,174,123)
0 Favorites   0 Comments

Color spaces of #bcae7b

RGB 188174123
HSL0.130.330.61
HSV47°35°74°
CMYK 0.000.070.35   0.26
XYZ39.450242.393524.8424
Yxy42.39350.36980.3974
Hunter Lab65.1103-5.790222.9555
CIE-Lab71.1414-2.639628.0334

#bcae7b color RGB value is (188,174,123).

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

The process color (four color CMYK) of #bcae7b color hex is 0.00, 0.07, 0.35, 0.26. Web safe color of #bcae7b is #cc9966. Color #bcae7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 01111011
Octal 274 256 173
Decimal 188 174 123
Hex BC AE 7B

RGB Percentages of Color #bcae7b

%38.76
%35.88
%25.36

CMYK Percentages of Color #bcae7b

%0
%7
%35
%26

Triadic Colors of #bcae7b

#bcae7b #7bbcae #ae7bbc

Analogous Colors of #bcae7b

#bcae7b #aabc7b #bc8e7b

Monochromatic Colors of #bcae7b

#bcae7b

Complementary Color

#bcae7b #7b89bc

#bcae7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae7b Color CSS Codes

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

#bcae7b Text Font Color

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

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


#bcae7b Background Color

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

This div background color is #bcae7b


#bcae7b Border Color

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

This div border color is #bcae7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae7b


Comments

No comments written yet.

Please login to write comment.