Color Hex Logo

#bd998a Color Hex

#BD998A
(189,153,138)
0 Favorites   0 Comments

Color spaces of #bd998a

RGB 189153138
HSL0.050.280.64
HSV18°27°74°
CMYK 0.000.190.27   0.26
XYZ36.964935.436328.9364
Yxy35.43630.36480.3497
Hunter Lab59.52846.667112.8494
CIE-Lab66.086911.144012.9439

#bd998a color RGB value is (189,153,138).

#bd998a hex color red value is 189, green value is 153 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bd998a hue: 0.05 , saturation: 0.28 and the lightness value of bd998a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 10001010
Octal 275 231 212
Decimal 189 153 138
Hex BD 99 8A

RGB Percentages of Color #bd998a

%39.38
%31.88
%28.75

CMYK Percentages of Color #bd998a

%0
%19
%27
%26

Triadic Colors of #bd998a

#bd998a #8abd99 #998abd

Analogous Colors of #bd998a

#bd998a #bdb38a #bd8a95

Monochromatic Colors of #bd998a

#bd998a

Complementary Color

#bd998a #8aaebd

#bd998a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd998a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd998a Color CSS Codes

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

#bd998a Text Font Color

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

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


#bd998a Background Color

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

This div background color is #bd998a


#bd998a Border Color

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

This div border color is #bd998a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd998a


Comments

No comments written yet.

Please login to write comment.