Color Hex Logo

#bda87a Color Hex

#BDA87A
(189,168,122)
0 Favorites   0 Comments

Color spaces of #bda87a

RGB 189168122
HSL0.110.340.61
HSV41°35°74°
CMYK 0.000.110.35   0.26
XYZ38.501740.229224.1481
Yxy40.22920.37420.3910
Hunter Lab63.4265-2.641721.8253
CIE-Lab69.63250.850926.5812

#bda87a color RGB value is (189,168,122).

#bda87a hex color red value is 189, green value is 168 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bda87a hue: 0.11 , saturation: 0.34 and the lightness value of bda87a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 01111010
Octal 275 250 172
Decimal 189 168 122
Hex BD A8 7A

RGB Percentages of Color #bda87a

%39.46
%35.07
%25.47

CMYK Percentages of Color #bda87a

%0
%11
%35
%26

Triadic Colors of #bda87a

#bda87a #7abda8 #a87abd

Analogous Colors of #bda87a

#bda87a #b1bd7a #bd877a

Monochromatic Colors of #bda87a

#bda87a

Complementary Color

#bda87a #7a8fbd

#bda87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda87a Color CSS Codes

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

#bda87a Text Font Color

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

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


#bda87a Background Color

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

This div background color is #bda87a


#bda87a Border Color

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

This div border color is #bda87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda87a


Comments

No comments written yet.

Please login to write comment.