Color Hex Logo

#bda834 Color Hex

#BDA834
(189,168,52)
0 Favorites   0 Comments

Color spaces of #bda834

RGB 18916852
HSL0.140.570.47
HSV51°72°74°
CMYK 0.000.110.72   0.26
XYZ35.608739.07208.9137
Yxy39.07200.42600.4674
Hunter Lab62.5076-7.702235.3005
CIE-Lab68.8034-5.083959.3708

#bda834 color RGB value is (189,168,52).

#bda834 hex color red value is 189, green value is 168 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bda834 hue: 0.14 , saturation: 0.57 and the lightness value of bda834 is 0.47.

The process color (four color CMYK) of #bda834 color hex is 0.00, 0.11, 0.72, 0.26. Web safe color of #bda834 is #cc9933. Color #bda834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 00110100
Octal 275 250 64
Decimal 189 168 52
Hex BD A8 34

RGB Percentages of Color #bda834

%46.21
%41.08
%12.71

CMYK Percentages of Color #bda834

%0
%11
%72
%26

Triadic Colors of #bda834

#bda834 #34bda8 #a834bd

Analogous Colors of #bda834

#bda834 #8ebd34 #bd6334

Monochromatic Colors of #bda834

#bda834

Complementary Color

#bda834 #3449bd

#bda834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda834 Color CSS Codes

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

#bda834 Text Font Color

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

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


#bda834 Background Color

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

This div background color is #bda834


#bda834 Border Color

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

This div border color is #bda834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda834


Comments

No comments written yet.

Please login to write comment.