Color Hex Logo

#bdb052 Color Hex

#BDB052
(189,176,82)
0 Favorites   0 Comments

Color spaces of #bdb052

RGB 18917682
HSL0.150.450.53
HSV53°57°74°
CMYK 0.000.070.57   0.26
XYZ38.034642.478714.1772
Yxy42.47870.40170.4486
Hunter Lab65.1757-9.890132.7261
CIE-Lab71.1997-7.406748.9750

#bdb052 color RGB value is (189,176,82).

#bdb052 hex color red value is 189, green value is 176 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bdb052 hue: 0.15 , saturation: 0.45 and the lightness value of bdb052 is 0.53.

The process color (four color CMYK) of #bdb052 color hex is 0.00, 0.07, 0.57, 0.26. Web safe color of #bdb052 is #cc9966. Color #bdb052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 01010010
Octal 275 260 122
Decimal 189 176 82
Hex BD B0 52

RGB Percentages of Color #bdb052

%42.28
%39.37
%18.34

CMYK Percentages of Color #bdb052

%0
%7
%57
%26

Triadic Colors of #bdb052

#bdb052 #52bdb0 #b052bd

Analogous Colors of #bdb052

#bdb052 #95bd52 #bd7b52

Monochromatic Colors of #bdb052

#bdb052

Complementary Color

#bdb052 #525fbd

#bdb052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb052 Color CSS Codes

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

#bdb052 Text Font Color

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

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


#bdb052 Background Color

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

This div background color is #bdb052


#bdb052 Border Color

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

This div border color is #bdb052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb052


Comments

No comments written yet.

Please login to write comment.