Color Hex Logo

#bca2ae Color Hex

#BCA2AE
(188,162,174)
0 Favorites   0 Comments

Color spaces of #bca2ae

RGB 188162174
HSL0.920.160.69
HSV332°14°74°
CMYK 0.000.140.07   0.26
XYZ41.299339.588045.5089
Yxy39.58800.32670.3132
Hunter Lab62.91907.05711.1592
CIE-Lab69.175111.5743-2.6812

#bca2ae color RGB value is (188,162,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 10101110
Octal 274 242 256
Decimal 188 162 174
Hex BC A2 AE

RGB Percentages of Color #bca2ae

%35.88
%30.92
%33.21

CMYK Percentages of Color #bca2ae

%0
%14
%7
%26

Triadic Colors of #bca2ae

#bca2ae #aebca2 #a2aebc

Analogous Colors of #bca2ae

#bca2ae #bca3a2 #bca2bb

Monochromatic Colors of #bca2ae

#bca2ae

Complementary Color

#bca2ae #a2bcb0

#bca2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca2ae Color CSS Codes

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

#bca2ae Text Font Color

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

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


#bca2ae Background Color

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

This div background color is #bca2ae


#bca2ae Border Color

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

This div border color is #bca2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca2ae


Comments

No comments written yet.

Please login to write comment.