Color Hex Logo

#bdab71 Color Hex

#BDAB71
(189,171,113)
0 Favorites   0 Comments

Color spaces of #bdab71

RGB 189171113
HSL0.130.370.59
HSV46°40°74°
CMYK 0.000.100.40   0.26
XYZ38.529841.136921.5323
Yxy41.13690.38070.4065
Hunter Lab64.1381-5.010924.9919
CIE-Lab70.2717-1.814632.2227

#bdab71 color RGB value is (189,171,113).

#bdab71 hex color red value is 189, green value is 171 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bdab71 hue: 0.13 , saturation: 0.37 and the lightness value of bdab71 is 0.59.

The process color (four color CMYK) of #bdab71 color hex is 0.00, 0.10, 0.40, 0.26. Web safe color of #bdab71 is #cc9966. Color #bdab71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 01110001
Octal 275 253 161
Decimal 189 171 113
Hex BD AB 71

RGB Percentages of Color #bdab71

%39.96
%36.15
%23.89

CMYK Percentages of Color #bdab71

%0
%10
%40
%26

Triadic Colors of #bdab71

#bdab71 #71bdab #ab71bd

Analogous Colors of #bdab71

#bdab71 #a9bd71 #bd8571

Monochromatic Colors of #bdab71

#bdab71

Complementary Color

#bdab71 #7183bd

#bdab71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab71 Color CSS Codes

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

#bdab71 Text Font Color

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

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


#bdab71 Background Color

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

This div background color is #bdab71


#bdab71 Border Color

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

This div border color is #bdab71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab71


Comments

No comments written yet.

Please login to write comment.