Color Hex Logo

#bda67a Color Hex

#BDA67A
(189,166,122)
0 Favorites   0 Comments

Color spaces of #bda67a

RGB 189166122
HSL0.110.340.61
HSV39°35°74°
CMYK 0.000.120.35   0.26
XYZ38.135339.496424.0260
Yxy39.49640.37510.3885
Hunter Lab62.8462-1.666321.3258
CIE-Lab69.10931.928525.8836

#bda67a color RGB value is (189,166,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 01111010
Octal 275 246 172
Decimal 189 166 122
Hex BD A6 7A

RGB Percentages of Color #bda67a

%39.62
%34.80
%25.58

CMYK Percentages of Color #bda67a

%0
%12
%35
%26

Triadic Colors of #bda67a

#bda67a #7abda6 #a67abd

Analogous Colors of #bda67a

#bda67a #b3bd7a #bd857a

Monochromatic Colors of #bda67a

#bda67a

Complementary Color

#bda67a #7a91bd

#bda67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda67a Color CSS Codes

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

#bda67a Text Font Color

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

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


#bda67a Background Color

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

This div background color is #bda67a


#bda67a Border Color

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

This div border color is #bda67a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,166,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 #bda67a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda67a


Comments

No comments written yet.

Please login to write comment.