Color Hex Logo

#bc988e Color Hex

#BC988E
(188,152,142)
0 Favorites   0 Comments

Color spaces of #bc988e

RGB 188152142
HSL0.040.260.65
HSV13°24°74°
CMYK 0.000.190.24   0.26
XYZ36.849835.100830.4241
Yxy35.10080.36000.3429
Hunter Lab59.24597.343111.0254
CIE-Lab65.827111.885010.3289

#bc988e color RGB value is (188,152,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 10001110
Octal 274 230 216
Decimal 188 152 142
Hex BC 98 8E

RGB Percentages of Color #bc988e

%39.00
%31.54
%29.46

CMYK Percentages of Color #bc988e

%0
%19
%24
%26

Triadic Colors of #bc988e

#bc988e #8ebc98 #988ebc

Analogous Colors of #bc988e

#bc988e #bcaf8e #bc8e9b

Monochromatic Colors of #bc988e

#bc988e

Complementary Color

#bc988e #8eb2bc

#bc988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc988e Color CSS Codes

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

#bc988e Text Font Color

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

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


#bc988e Background Color

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

This div background color is #bc988e


#bc988e Border Color

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

This div border color is #bc988e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc988e


Comments

No comments written yet.

Please login to write comment.