Color Hex Logo

#bda253 Color Hex

#BDA253
(189,162,83)
0 Favorites   0 Comments

Color spaces of #bda253

RGB 18916283
HSL0.120.450.53
HSV45°56°74°
CMYK 0.000.140.56   0.26
XYZ35.467937.284013.5108
Yxy37.28400.41120.4322
Hunter Lab61.0606-3.171929.6234
CIE-Lab67.48960.103544.1920

#bda253 color RGB value is (189,162,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01010011
Octal 275 242 123
Decimal 189 162 83
Hex BD A2 53

RGB Percentages of Color #bda253

%43.55
%37.33
%19.12

CMYK Percentages of Color #bda253

%0
%14
%56
%26

Triadic Colors of #bda253

#bda253 #53bda2 #a253bd

Analogous Colors of #bda253

#bda253 #a3bd53 #bd6d53

Monochromatic Colors of #bda253

#bda253

Complementary Color

#bda253 #536ebd

#bda253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda253 Color CSS Codes

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

#bda253 Text Font Color

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

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


#bda253 Background Color

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

This div background color is #bda253


#bda253 Border Color

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

This div border color is #bda253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda253


Comments

No comments written yet.

Please login to write comment.