Color Hex Logo

#bcae86 Color Hex

#BCAE86
(188,174,134)
0 Favorites   0 Comments

Color spaces of #bcae86

RGB 188174134
HSL0.120.290.63
HSV44°29°74°
CMYK 0.000.070.29   0.26
XYZ40.178242.684728.6756
Yxy42.68470.36020.3827
Hunter Lab65.3335-4.561419.7104
CIE-Lab71.3404-1.217422.3891

#bcae86 color RGB value is (188,174,134).

#bcae86 hex color red value is 188, green value is 174 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bcae86 hue: 0.12 , saturation: 0.29 and the lightness value of bcae86 is 0.63.

The process color (four color CMYK) of #bcae86 color hex is 0.00, 0.07, 0.29, 0.26. Web safe color of #bcae86 is #cc9999. Color #bcae86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 10000110
Octal 274 256 206
Decimal 188 174 134
Hex BC AE 86

RGB Percentages of Color #bcae86

%37.90
%35.08
%27.02

CMYK Percentages of Color #bcae86

%0
%7
%29
%26

Triadic Colors of #bcae86

#bcae86 #86bcae #ae86bc

Analogous Colors of #bcae86

#bcae86 #afbc86 #bc9386

Monochromatic Colors of #bcae86

#bcae86

Complementary Color

#bcae86 #8694bc

#bcae86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae86 Color CSS Codes

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

#bcae86 Text Font Color

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

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


#bcae86 Background Color

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

This div background color is #bcae86


#bcae86 Border Color

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

This div border color is #bcae86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae86


Comments

No comments written yet.

Please login to write comment.