Color Hex Logo

#bdaa68 Color Hex

#BDAA68
(189,170,104)
0 Favorites   0 Comments

Color spaces of #bdaa68

RGB 189170104
HSL0.130.390.57
HSV47°45°74°
CMYK 0.000.100.45   0.26
XYZ37.859740.567718.9316
Yxy40.56770.38890.4167
Hunter Lab63.6928-5.360026.9620
CIE-Lab69.8720-2.249336.4273

#bdaa68 color RGB value is (189,170,104).

#bdaa68 hex color red value is 189, green value is 170 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bdaa68 hue: 0.13 , saturation: 0.39 and the lightness value of bdaa68 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 01101000
Octal 275 252 150
Decimal 189 170 104
Hex BD AA 68

RGB Percentages of Color #bdaa68

%40.82
%36.72
%22.46

CMYK Percentages of Color #bdaa68

%0
%10
%45
%26

Triadic Colors of #bdaa68

#bdaa68 #68bdaa #aa68bd

Analogous Colors of #bdaa68

#bdaa68 #a6bd68 #bd8068

Monochromatic Colors of #bdaa68

#bdaa68

Complementary Color

#bdaa68 #687bbd

#bdaa68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa68 Color CSS Codes

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

#bdaa68 Text Font Color

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

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


#bdaa68 Background Color

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

This div background color is #bdaa68


#bdaa68 Border Color

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

This div border color is #bdaa68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa68


Comments

No comments written yet.

Please login to write comment.