Color Hex Logo

#bca18e Color Hex

#BCA18E
(188,161,142)
0 Favorites   0 Comments

Color spaces of #bca18e

RGB 188161142
HSL0.070.260.65
HSV25°24°74°
CMYK 0.000.140.24   0.26
XYZ38.366438.134130.9297
Yxy38.13410.35710.3550
Hunter Lab61.75282.832813.5308
CIE-Lab68.11936.939213.5607

#bca18e color RGB value is (188,161,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 10001110
Octal 274 241 216
Decimal 188 161 142
Hex BC A1 8E

RGB Percentages of Color #bca18e

%38.29
%32.79
%28.92

CMYK Percentages of Color #bca18e

%0
%14
%24
%26

Triadic Colors of #bca18e

#bca18e #8ebca1 #a18ebc

Analogous Colors of #bca18e

#bca18e #bcb88e #bc8e92

Monochromatic Colors of #bca18e

#bca18e

Complementary Color

#bca18e #8ea9bc

#bca18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca18e Color CSS Codes

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

#bca18e Text Font Color

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

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


#bca18e Background Color

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

This div background color is #bca18e


#bca18e Border Color

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

This div border color is #bca18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca18e

#bca18e Color Palettes


Comments

No comments written yet.

Please login to write comment.