Color Hex Logo

#bda835 Color Hex

#BDA835
(189,168,53)
0 Favorites   0 Comments

Color spaces of #bda835

RGB 18916853
HSL0.140.560.47
HSV51°72°74°
CMYK 0.000.110.72   0.26
XYZ35.631539.08119.0336
Yxy39.08110.42550.4667
Hunter Lab62.5149-7.661735.1928
CIE-Lab68.8100-5.035358.9945

#bda835 color RGB value is (189,168,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 00110101
Octal 275 250 65
Decimal 189 168 53
Hex BD A8 35

RGB Percentages of Color #bda835

%46.10
%40.98
%12.93

CMYK Percentages of Color #bda835

%0
%11
%72
%26

Triadic Colors of #bda835

#bda835 #35bda8 #a835bd

Analogous Colors of #bda835

#bda835 #8ebd35 #bd6435

Monochromatic Colors of #bda835

#bda835

Complementary Color

#bda835 #354abd

#bda835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda835 Color CSS Codes

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

#bda835 Text Font Color

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

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


#bda835 Background Color

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

This div background color is #bda835


#bda835 Border Color

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

This div border color is #bda835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda835


Comments

No comments written yet.

Please login to write comment.