Color Hex Logo

#bda453 Color Hex

#BDA453
(189,164,83)
0 Favorites   0 Comments

Color spaces of #bda453

RGB 18916483
HSL0.130.450.53
HSV46°56°74°
CMYK 0.000.130.56   0.26
XYZ35.823137.994313.6292
Yxy37.99430.40970.4345
Hunter Lab61.6395-4.130130.0380
CIE-Lab68.0164-0.969844.8098

#bda453 color RGB value is (189,164,83).

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

The process color (four color CMYK) of #bda453 color hex is 0.00, 0.13, 0.56, 0.26. Web safe color of #bda453 is #cc9966. Color #bda453 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01010011
Octal 275 244 123
Decimal 189 164 83
Hex BD A4 53

RGB Percentages of Color #bda453

%43.35
%37.61
%19.04

CMYK Percentages of Color #bda453

%0
%13
%56
%26

Triadic Colors of #bda453

#bda453 #53bda4 #a453bd

Analogous Colors of #bda453

#bda453 #a1bd53 #bd6f53

Monochromatic Colors of #bda453

#bda453

Complementary Color

#bda453 #536cbd

#bda453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda453 Color CSS Codes

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

#bda453 Text Font Color

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

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


#bda453 Background Color

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

This div background color is #bda453


#bda453 Border Color

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

This div border color is #bda453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda453


Comments

No comments written yet.

Please login to write comment.