Color Hex Logo

#bda77b Color Hex

#BDA77B
(189,167,123)
0 Favorites   0 Comments

Color spaces of #bda77b

RGB 189167123
HSL0.110.330.61
HSV40°35°74°
CMYK 0.000.120.35   0.26
XYZ38.380139.886324.4149
Yxy39.88630.37380.3884
Hunter Lab63.1556-2.046621.2884
CIE-Lab69.38851.512725.7163

#bda77b color RGB value is (189,167,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 01111011
Octal 275 247 173
Decimal 189 167 123
Hex BD A7 7B

RGB Percentages of Color #bda77b

%39.46
%34.86
%25.68

CMYK Percentages of Color #bda77b

%0
%12
%35
%26

Triadic Colors of #bda77b

#bda77b #7bbda7 #a77bbd

Analogous Colors of #bda77b

#bda77b #b2bd7b #bd867b

Monochromatic Colors of #bda77b

#bda77b

Complementary Color

#bda77b #7b91bd

#bda77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda77b Color CSS Codes

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

#bda77b Text Font Color

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

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


#bda77b Background Color

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

This div background color is #bda77b


#bda77b Border Color

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

This div border color is #bda77b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda77b


Comments

No comments written yet.

Please login to write comment.