Color Hex Logo

#bca098 Color Hex

#BCA098
(188,160,152)
0 Favorites   0 Comments

Color spaces of #bca098

RGB 188160152
HSL0.040.210.67
HSV13°19°74°
CMYK 0.000.150.19   0.26
XYZ38.977338.100035.0055
Yxy38.10000.34780.3399
Hunter Lab61.72524.69749.5832
CIE-Lab68.09438.99827.9791

#bca098 color RGB value is (188,160,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 10011000
Octal 274 240 230
Decimal 188 160 152
Hex BC A0 98

RGB Percentages of Color #bca098

%37.60
%32.00
%30.40

CMYK Percentages of Color #bca098

%0
%15
%19
%26

Triadic Colors of #bca098

#bca098 #98bca0 #a098bc

Analogous Colors of #bca098

#bca098 #bcb298 #bc98a2

Monochromatic Colors of #bca098

#bca098

Complementary Color

#bca098 #98b4bc

#bca098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca098 Color CSS Codes

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

#bca098 Text Font Color

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

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


#bca098 Background Color

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

This div background color is #bca098


#bca098 Border Color

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

This div border color is #bca098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,160,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 #bca098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca098


Comments

No comments written yet.

Please login to write comment.