Color Hex Logo

#bd989c Color Hex

#BD989C
(189,152,156)
0 Favorites   0 Comments

Color spaces of #bd989c

RGB 189152156
HSL0.980.220.67
HSV354°20°74°
CMYK 0.000.200.17   0.26
XYZ38.215335.675636.3244
Yxy35.67560.34670.3237
Hunter Lab59.72919.68045.7530
CIE-Lab66.271314.41903.1366

#bd989c color RGB value is (189,152,156).

#bd989c hex color red value is 189, green value is 152 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bd989c hue: 0.98 , saturation: 0.22 and the lightness value of bd989c is 0.67.

The process color (four color CMYK) of #bd989c color hex is 0.00, 0.20, 0.17, 0.26. Web safe color of #bd989c is #cc9999. Color #bd989c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011000 10011100
Octal 275 230 234
Decimal 189 152 156
Hex BD 98 9C

RGB Percentages of Color #bd989c

%38.03
%30.58
%31.39

CMYK Percentages of Color #bd989c

%0
%20
%17
%26

Triadic Colors of #bd989c

#bd989c #9cbd98 #989cbd

Analogous Colors of #bd989c

#bd989c #bda798 #bd98af

Monochromatic Colors of #bd989c

#bd989c

Complementary Color

#bd989c #98bdb9

#bd989c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd989c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd989c Color CSS Codes

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

#bd989c Text Font Color

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

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


#bd989c Background Color

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

This div background color is #bd989c


#bd989c Border Color

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

This div border color is #bd989c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd989c


Comments

No comments written yet.

Please login to write comment.