Color Hex Logo

#bca4ae Color Hex

#BCA4AE
(188,164,174)
0 Favorites   0 Comments

Color spaces of #bca4ae

RGB 188164174
HSL0.930.150.69
HSV335°13°74°
CMYK 0.000.130.07   0.26
XYZ41.654540.298345.6273
Yxy40.29830.32650.3159
Hunter Lab63.48096.03531.8216
CIE-Lab69.681510.4742-1.9376

#bca4ae color RGB value is (188,164,174).

#bca4ae hex color red value is 188, green value is 164 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bca4ae hue: 0.93 , saturation: 0.15 and the lightness value of bca4ae is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 10101110
Octal 274 244 256
Decimal 188 164 174
Hex BC A4 AE

RGB Percentages of Color #bca4ae

%35.74
%31.18
%33.08

CMYK Percentages of Color #bca4ae

%0
%13
%7
%26

Triadic Colors of #bca4ae

#bca4ae #aebca4 #a4aebc

Analogous Colors of #bca4ae

#bca4ae #bca6a4 #bca4ba

Monochromatic Colors of #bca4ae

#bca4ae

Complementary Color

#bca4ae #a4bcb2

#bca4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca4ae Color CSS Codes

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

#bca4ae Text Font Color

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

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


#bca4ae Background Color

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

This div background color is #bca4ae


#bca4ae Border Color

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

This div border color is #bca4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca4ae


Comments

No comments written yet.

Please login to write comment.