Color Hex Logo

#bcae85 Color Hex

#BCAE85
(188,174,133)
0 Favorites   0 Comments

Color spaces of #bcae85

RGB 188174133
HSL0.120.290.63
HSV45°29°74°
CMYK 0.000.070.29   0.26
XYZ40.108742.656928.3100
Yxy42.65690.36110.3840
Hunter Lab65.3122-4.678420.0190
CIE-Lab71.3215-1.352222.9036

#bcae85 color RGB value is (188,174,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 10000101
Octal 274 256 205
Decimal 188 174 133
Hex BC AE 85

RGB Percentages of Color #bcae85

%37.98
%35.15
%26.87

CMYK Percentages of Color #bcae85

%0
%7
%29
%26

Triadic Colors of #bcae85

#bcae85 #85bcae #ae85bc

Analogous Colors of #bcae85

#bcae85 #afbc85 #bc9385

Monochromatic Colors of #bcae85

#bcae85

Complementary Color

#bcae85 #8593bc

#bcae85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae85 Color CSS Codes

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

#bcae85 Text Font Color

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

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


#bcae85 Background Color

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

This div background color is #bcae85


#bcae85 Border Color

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

This div border color is #bcae85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae85

#bcae85 Color Palettes


Comments

No comments written yet.

Please login to write comment.