Color Hex Logo

#bcbaae Color Hex

#BCBAAE
(188,186,174)
0 Favorites   0 Comments

Color spaces of #bcbaae

RGB 188186174
HSL0.140.090.71
HSV51°74°
CMYK 0.000.010.07   0.26
XYZ45.937948.865247.0551
Yxy48.86520.32380.3445
Hunter Lab69.9036-5.02839.0219
CIE-Lab75.3674-1.43836.3206

#bcbaae color RGB value is (188,186,174).

#bcbaae hex color red value is 188, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bcbaae hue: 0.14 , saturation: 0.09 and the lightness value of bcbaae is 0.71.

The process color (four color CMYK) of #bcbaae color hex is 0.00, 0.01, 0.07, 0.26. Web safe color of #bcbaae is #cccc99. Color #bcbaae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 10101110
Octal 274 272 256
Decimal 188 186 174
Hex BC BA AE

RGB Percentages of Color #bcbaae

%34.31
%33.94
%31.75

CMYK Percentages of Color #bcbaae

%0
%1
%7
%26

Triadic Colors of #bcbaae

#bcbaae #aebcba #baaebc

Analogous Colors of #bcbaae

#bcbaae #b7bcae #bcb3ae

Monochromatic Colors of #bcbaae

#bcbaae

Complementary Color

#bcbaae #aeb0bc

#bcbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbaae Color CSS Codes

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

#bcbaae Text Font Color

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

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


#bcbaae Background Color

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

This div background color is #bcbaae


#bcbaae Border Color

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

This div border color is #bcbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbaae


Comments

No comments written yet.

Please login to write comment.