Color Hex Logo

#bda260 Color Hex

#BDA260
(189,162,96)
0 Favorites   0 Comments

Color spaces of #bda260

RGB 18916296
HSL0.120.410.56
HSV43°49°74°
CMYK 0.000.140.49   0.26
XYZ36.017937.504016.4070
Yxy37.50400.40050.4170
Hunter Lab61.2405-2.188226.9839
CIE-Lab67.65341.248237.8028

#bda260 color RGB value is (189,162,96).

#bda260 hex color red value is 189, green value is 162 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bda260 hue: 0.12 , saturation: 0.41 and the lightness value of bda260 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01100000
Octal 275 242 140
Decimal 189 162 96
Hex BD A2 60

RGB Percentages of Color #bda260

%42.28
%36.24
%21.48

CMYK Percentages of Color #bda260

%0
%14
%49
%26

Triadic Colors of #bda260

#bda260 #60bda2 #a260bd

Analogous Colors of #bda260

#bda260 #aabd60 #bd7460

Monochromatic Colors of #bda260

#bda260

Complementary Color

#bda260 #607bbd

#bda260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda260 Color CSS Codes

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

#bda260 Text Font Color

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

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


#bda260 Background Color

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

This div background color is #bda260


#bda260 Border Color

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

This div border color is #bda260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda260


Comments

No comments written yet.

Please login to write comment.