Color Hex Logo

#bca498 Color Hex

#BCA498
(188,164,152)
0 Favorites   0 Comments

Color spaces of #bca498

RGB 188164152
HSL0.060.210.67
HSV20°19°74°
CMYK 0.000.130.19   0.26
XYZ39.682039.509335.2404
Yxy39.50930.34680.3453
Hunter Lab62.85642.690410.7586
CIE-Lab69.11866.80839.4394

#bca498 color RGB value is (188,164,152).

#bca498 hex color red value is 188, green value is 164 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bca498 hue: 0.06 , saturation: 0.21 and the lightness value of bca498 is 0.67.

The process color (four color CMYK) of #bca498 color hex is 0.00, 0.13, 0.19, 0.26. Web safe color of #bca498 is #cc9999. Color #bca498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 10011000
Octal 274 244 230
Decimal 188 164 152
Hex BC A4 98

RGB Percentages of Color #bca498

%37.30
%32.54
%30.16

CMYK Percentages of Color #bca498

%0
%13
%19
%26

Triadic Colors of #bca498

#bca498 #98bca4 #a498bc

Analogous Colors of #bca498

#bca498 #bcb698 #bc989e

Monochromatic Colors of #bca498

#bca498

Complementary Color

#bca498 #98b0bc

#bca498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca498 Color CSS Codes

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

#bca498 Text Font Color

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

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


#bca498 Background Color

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

This div background color is #bca498


#bca498 Border Color

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

This div border color is #bca498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca498


Comments

No comments written yet.

Please login to write comment.