Color Hex Logo

#bda89e Color Hex

#BDA89E
(189,168,158)
0 Favorites   0 Comments

Color spaces of #bda89e

RGB 189168158
HSL0.050.190.68
HSV19°16°74°
CMYK 0.000.110.16   0.26
XYZ41.160541.292738.1487
Yxy41.29270.34130.3424
Hunter Lab64.25941.88199.7830
CIE-Lab70.38055.95377.9371

#bda89e color RGB value is (189,168,158).

#bda89e hex color red value is 189, green value is 168 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bda89e hue: 0.05 , saturation: 0.19 and the lightness value of bda89e is 0.68.

The process color (four color CMYK) of #bda89e color hex is 0.00, 0.11, 0.16, 0.26. Web safe color of #bda89e is #cc9999. Color #bda89e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 10011110
Octal 275 250 236
Decimal 189 168 158
Hex BD A8 9E

RGB Percentages of Color #bda89e

%36.70
%32.62
%30.68

CMYK Percentages of Color #bda89e

%0
%11
%16
%26

Triadic Colors of #bda89e

#bda89e #9ebda8 #a89ebd

Analogous Colors of #bda89e

#bda89e #bdb89e #bd9ea4

Monochromatic Colors of #bda89e

#bda89e

Complementary Color

#bda89e #9eb3bd

#bda89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda89e Color CSS Codes

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

#bda89e Text Font Color

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

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


#bda89e Background Color

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

This div background color is #bda89e


#bda89e Border Color

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

This div border color is #bda89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda89e


Comments

No comments written yet.

Please login to write comment.