Color Hex Logo

#bdb268 Color Hex

#BDB268
(189,178,104)
0 Favorites   0 Comments

Color spaces of #bdb268

RGB 189178104
HSL0.150.390.57
HSV52°45°74°
CMYK 0.000.060.45   0.26
XYZ39.405443.659119.4469
Yxy43.65910.38440.4259
Hunter Lab66.0750-9.178628.8026
CIE-Lab72.0000-6.482039.0927

#bdb268 color RGB value is (189,178,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 01101000
Octal 275 262 150
Decimal 189 178 104
Hex BD B2 68

RGB Percentages of Color #bdb268

%40.13
%37.79
%22.08

CMYK Percentages of Color #bdb268

%0
%6
%45
%26

Triadic Colors of #bdb268

#bdb268 #68bdb2 #b268bd

Analogous Colors of #bdb268

#bdb268 #9ebd68 #bd8868

Monochromatic Colors of #bdb268

#bdb268

Complementary Color

#bdb268 #6873bd

#bdb268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb268 Color CSS Codes

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

#bdb268 Text Font Color

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

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


#bdb268 Background Color

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

This div background color is #bdb268


#bdb268 Border Color

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

This div border color is #bdb268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb268


Comments

No comments written yet.

Please login to write comment.