Color Hex Logo

#bda88b Color Hex

#BDA88B
(189,168,139)
0 Favorites   0 Comments

Color spaces of #bda88b

RGB 189168139
HSL0.100.270.64
HSV35°26°74°
CMYK 0.000.110.26   0.26
XYZ39.649140.688230.1900
Yxy40.68820.35870.3681
Hunter Lab63.7873-0.675216.5896
CIE-Lab69.95693.091617.7855

#bda88b color RGB value is (189,168,139).

#bda88b hex color red value is 189, green value is 168 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bda88b hue: 0.10 , saturation: 0.27 and the lightness value of bda88b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 10001011
Octal 275 250 213
Decimal 189 168 139
Hex BD A8 8B

RGB Percentages of Color #bda88b

%38.10
%33.87
%28.02

CMYK Percentages of Color #bda88b

%0
%11
%26
%26

Triadic Colors of #bda88b

#bda88b #8bbda8 #a88bbd

Analogous Colors of #bda88b

#bda88b #b9bd8b #bd8f8b

Monochromatic Colors of #bda88b

#bda88b

Complementary Color

#bda88b #8ba0bd

#bda88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda88b Color CSS Codes

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

#bda88b Text Font Color

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

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


#bda88b Background Color

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

This div background color is #bda88b


#bda88b Border Color

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

This div border color is #bda88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda88b


Comments

No comments written yet.

Please login to write comment.