Color Hex Logo

#bca28d Color Hex

#BCA28D
(188,162,141)
0 Favorites   0 Comments

Color spaces of #bca28d

RGB 188162141
HSL0.070.260.65
HSV27°25°74°
CMYK 0.000.140.25   0.26
XYZ38.467138.455130.5944
Yxy38.45510.35780.3577
Hunter Lab62.01222.205014.1571
CIE-Lab68.35476.247614.4434

#bca28d color RGB value is (188,162,141).

#bca28d hex color red value is 188, green value is 162 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bca28d hue: 0.07 , saturation: 0.26 and the lightness value of bca28d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 10001101
Octal 274 242 215
Decimal 188 162 141
Hex BC A2 8D

RGB Percentages of Color #bca28d

%38.29
%32.99
%28.72

CMYK Percentages of Color #bca28d

%0
%14
%25
%26

Triadic Colors of #bca28d

#bca28d #8dbca2 #a28dbc

Analogous Colors of #bca28d

#bca28d #bcba8d #bc8d90

Monochromatic Colors of #bca28d

#bca28d

Complementary Color

#bca28d #8da7bc

#bca28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca28d Color CSS Codes

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

#bca28d Text Font Color

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

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


#bca28d Background Color

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

This div background color is #bca28d


#bca28d Border Color

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

This div border color is #bca28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca28d

#bca28d Color Palettes


Comments

No comments written yet.

Please login to write comment.