Color Hex Logo

#bca2af Color Hex

#BCA2AF
(188,162,175)
0 Favorites   0 Comments

Color spaces of #bca2af

RGB 188162175
HSL0.920.160.69
HSV330°14°74°
CMYK 0.000.140.07   0.26
XYZ41.397239.627246.0244
Yxy39.62720.32580.3119
Hunter Lab62.95017.22220.7167
CIE-Lab69.203211.7522-3.1952

#bca2af color RGB value is (188,162,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 10101111
Octal 274 242 257
Decimal 188 162 175
Hex BC A2 AF

RGB Percentages of Color #bca2af

%35.81
%30.86
%33.33

CMYK Percentages of Color #bca2af

%0
%14
%7
%26

Triadic Colors of #bca2af

#bca2af #afbca2 #a2afbc

Analogous Colors of #bca2af

#bca2af #bca2a2 #bca2bc

Monochromatic Colors of #bca2af

#bca2af

Complementary Color

#bca2af #a2bcaf

#bca2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca2af Color CSS Codes

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

#bca2af Text Font Color

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

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


#bca2af Background Color

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

This div background color is #bca2af


#bca2af Border Color

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

This div border color is #bca2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca2af


Comments

No comments written yet.

Please login to write comment.