Color Hex Logo

#bdb760 Color Hex

#BDB760
(189,183,96)
0 Favorites   0 Comments

Color spaces of #bdb760

RGB 18918396
HSL0.160.410.56
HSV56°49°74°
CMYK 0.000.030.49   0.26
XYZ40.031145.530317.7447
Yxy45.53030.38750.4407
Hunter Lab67.4761-12.185831.6414
CIE-Lab73.2397-9.862544.6171

#bdb760 color RGB value is (189,183,96).

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

The process color (four color CMYK) of #bdb760 color hex is 0.00, 0.03, 0.49, 0.26. Web safe color of #bdb760 is #cccc66. Color #bdb760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 01100000
Octal 275 267 140
Decimal 189 183 96
Hex BD B7 60

RGB Percentages of Color #bdb760

%40.38
%39.10
%20.51

CMYK Percentages of Color #bdb760

%0
%3
%49
%26

Triadic Colors of #bdb760

#bdb760 #60bdb7 #b760bd

Analogous Colors of #bdb760

#bdb760 #95bd60 #bd8960

Monochromatic Colors of #bdb760

#bdb760

Complementary Color

#bdb760 #6066bd

#bdb760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb760 Color CSS Codes

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

#bdb760 Text Font Color

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

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


#bdb760 Background Color

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

This div background color is #bdb760


#bdb760 Border Color

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

This div border color is #bdb760


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,183,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 #bdb760">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb760


Comments

No comments written yet.

Please login to write comment.