Color Hex Logo

#bdb352 Color Hex

#BDB352
(189,179,82)
0 Favorites   0 Comments

Color spaces of #bdb352

RGB 18917982
HSL0.150.450.53
HSV54°57°74°
CMYK 0.000.050.57   0.26
XYZ38.629443.668214.3755
Yxy43.66820.39960.4517
Hunter Lab66.0819-11.297933.3594
CIE-Lab72.0062-8.972049.8949

#bdb352 color RGB value is (189,179,82).

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

The process color (four color CMYK) of #bdb352 color hex is 0.00, 0.05, 0.57, 0.26. Web safe color of #bdb352 is #cccc66. Color #bdb352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 01010010
Octal 275 263 122
Decimal 189 179 82
Hex BD B3 52

RGB Percentages of Color #bdb352

%42.00
%39.78
%18.22

CMYK Percentages of Color #bdb352

%0
%5
%57
%26

Triadic Colors of #bdb352

#bdb352 #52bdb3 #b352bd

Analogous Colors of #bdb352

#bdb352 #92bd52 #bd7e52

Monochromatic Colors of #bdb352

#bdb352

Complementary Color

#bdb352 #525cbd

#bdb352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb352 Color CSS Codes

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

#bdb352 Text Font Color

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

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


#bdb352 Background Color

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

This div background color is #bdb352


#bdb352 Border Color

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

This div border color is #bdb352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb352


Comments

No comments written yet.

Please login to write comment.