Color Hex Logo

#bda335 Color Hex

#BDA335
(189,163,53)
0 Favorites   0 Comments

Color spaces of #bda335

RGB 18916353
HSL0.130.560.47
HSV49°72°74°
CMYK 0.000.140.72   0.26
XYZ34.726137.27028.7318
Yxy37.27020.43020.4617
Hunter Lab61.0493-5.301934.2544
CIE-Lab67.4793-2.379457.6826

#bda335 color RGB value is (189,163,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 00110101
Octal 275 243 65
Decimal 189 163 53
Hex BD A3 35

RGB Percentages of Color #bda335

%46.67
%40.25
%13.09

CMYK Percentages of Color #bda335

%0
%14
%72
%26

Triadic Colors of #bda335

#bda335 #35bda3 #a335bd

Analogous Colors of #bda335

#bda335 #93bd35 #bd5f35

Monochromatic Colors of #bda335

#bda335

Complementary Color

#bda335 #354fbd

#bda335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda335 Color CSS Codes

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

#bda335 Text Font Color

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

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


#bda335 Background Color

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

This div background color is #bda335


#bda335 Border Color

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

This div border color is #bda335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda335


Comments

No comments written yet.

Please login to write comment.