Color Hex Logo

#bca27c Color Hex

#BCA27C
(188,162,124)
0 Favorites   0 Comments

Color spaces of #bca27c

RGB 188162124
HSL0.100.320.61
HSV36°34°74°
CMYK 0.000.140.34   0.26
XYZ37.297537.987324.4353
Yxy37.98730.37400.3809
Hunter Lab61.63380.159419.6376
CIE-Lab68.01133.941023.3079

#bca27c color RGB value is (188,162,124).

#bca27c hex color red value is 188, green value is 162 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bca27c hue: 0.10 , saturation: 0.32 and the lightness value of bca27c is 0.61.

The process color (four color CMYK) of #bca27c color hex is 0.00, 0.14, 0.34, 0.26. Web safe color of #bca27c is #cc9966. Color #bca27c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 01111100
Octal 274 242 174
Decimal 188 162 124
Hex BC A2 7C

RGB Percentages of Color #bca27c

%39.66
%34.18
%26.16

CMYK Percentages of Color #bca27c

%0
%14
%34
%26

Triadic Colors of #bca27c

#bca27c #7cbca2 #a27cbc

Analogous Colors of #bca27c

#bca27c #b6bc7c #bc827c

Monochromatic Colors of #bca27c

#bca27c

Complementary Color

#bca27c #7c96bc

#bca27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca27c Color CSS Codes

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

#bca27c Text Font Color

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

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


#bca27c Background Color

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

This div background color is #bca27c


#bca27c Border Color

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

This div border color is #bca27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca27c


Comments

No comments written yet.

Please login to write comment.