Color Hex Logo

#bca8ae Color Hex

#BCA8AE
(188,168,174)
0 Favorites   0 Comments

Color spaces of #bca8ae

RGB 188168174
HSL0.950.130.70
HSV342°11°74°
CMYK 0.000.110.07   0.26
XYZ42.381741.752645.8697
Yxy41.75260.32600.3212
Hunter Lab64.61633.99943.1427
CIE-Lab70.70008.2813-0.4461

#bca8ae color RGB value is (188,168,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 10101110
Octal 274 250 256
Decimal 188 168 174
Hex BC A8 AE

RGB Percentages of Color #bca8ae

%35.47
%31.70
%32.83

CMYK Percentages of Color #bca8ae

%0
%11
%7
%26

Triadic Colors of #bca8ae

#bca8ae #aebca8 #a8aebc

Analogous Colors of #bca8ae

#bca8ae #bcaca8 #bca8b8

Monochromatic Colors of #bca8ae

#bca8ae

Complementary Color

#bca8ae #a8bcb6

#bca8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca8ae Color CSS Codes

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

#bca8ae Text Font Color

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

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


#bca8ae Background Color

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

This div background color is #bca8ae


#bca8ae Border Color

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

This div border color is #bca8ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,168,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 #bca8ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca8ae


Comments

No comments written yet.

Please login to write comment.