Color Hex Logo

#bda157 Color Hex

#BDA157
(189,161,87)
0 Favorites   0 Comments

Color spaces of #bda157

RGB 18916187
HSL0.120.440.54
HSV44°54°74°
CMYK 0.000.150.54   0.26
XYZ35.451436.996714.2894
Yxy36.99670.40870.4265
Hunter Lab60.8249-2.406028.6486
CIE-Lab67.27460.974441.9407

#bda157 color RGB value is (189,161,87).

#bda157 hex color red value is 189, green value is 161 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bda157 hue: 0.12 , saturation: 0.44 and the lightness value of bda157 is 0.54.

The process color (four color CMYK) of #bda157 color hex is 0.00, 0.15, 0.54, 0.26. Web safe color of #bda157 is #cc9966. Color #bda157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 01010111
Octal 275 241 127
Decimal 189 161 87
Hex BD A1 57

RGB Percentages of Color #bda157

%43.25
%36.84
%19.91

CMYK Percentages of Color #bda157

%0
%15
%54
%26

Triadic Colors of #bda157

#bda157 #57bda1 #a157bd

Analogous Colors of #bda157

#bda157 #a6bd57 #bd6e57

Monochromatic Colors of #bda157

#bda157

Complementary Color

#bda157 #5773bd

#bda157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda157 Color CSS Codes

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

#bda157 Text Font Color

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

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


#bda157 Background Color

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

This div background color is #bda157


#bda157 Border Color

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

This div border color is #bda157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda157


Comments

No comments written yet.

Please login to write comment.