Color Hex Logo

#bda26d Color Hex

#BDA26D
(189,162,109)
0 Favorites   0 Comments

Color spaces of #bda26d

RGB 189162109
HSL0.110.380.58
HSV40°42°74°
CMYK 0.000.140.42   0.26
XYZ36.666937.763619.8245
Yxy37.76360.38900.4007
Hunter Lab61.4521-1.034823.8895
CIE-Lab67.84602.578431.2062

#bda26d color RGB value is (189,162,109).

#bda26d hex color red value is 189, green value is 162 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bda26d hue: 0.11 , saturation: 0.38 and the lightness value of bda26d is 0.58.

The process color (four color CMYK) of #bda26d color hex is 0.00, 0.14, 0.42, 0.26. Web safe color of #bda26d is #cc9966. Color #bda26d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01101101
Octal 275 242 155
Decimal 189 162 109
Hex BD A2 6D

RGB Percentages of Color #bda26d

%41.09
%35.22
%23.70

CMYK Percentages of Color #bda26d

%0
%14
%42
%26

Triadic Colors of #bda26d

#bda26d #6dbda2 #a26dbd

Analogous Colors of #bda26d

#bda26d #b0bd6d #bd7a6d

Monochromatic Colors of #bda26d

#bda26d

Complementary Color

#bda26d #6d88bd

#bda26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda26d Color CSS Codes

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

#bda26d Text Font Color

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

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


#bda26d Background Color

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

This div background color is #bda26d


#bda26d Border Color

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

This div border color is #bda26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda26d


Comments

No comments written yet.

Please login to write comment.