Color Hex Logo

#bda355 Color Hex

#BDA355
(189,163,85)
0 Favorites   0 Comments

Color spaces of #bda355

RGB 18916385
HSL0.130.440.54
HSV45°55°74°
CMYK 0.000.140.55   0.26
XYZ35.723237.669113.9824
Yxy37.66910.40890.4311
Hunter Lab61.3752-3.511229.4552
CIE-Lab67.7760-0.269743.5385

#bda355 color RGB value is (189,163,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 01010101
Octal 275 243 125
Decimal 189 163 85
Hex BD A3 55

RGB Percentages of Color #bda355

%43.25
%37.30
%19.45

CMYK Percentages of Color #bda355

%0
%14
%55
%26

Triadic Colors of #bda355

#bda355 #55bda3 #a355bd

Analogous Colors of #bda355

#bda355 #a3bd55 #bd6f55

Monochromatic Colors of #bda355

#bda355

Complementary Color

#bda355 #556fbd

#bda355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda355 Color CSS Codes

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

#bda355 Text Font Color

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

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


#bda355 Background Color

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

This div background color is #bda355


#bda355 Border Color

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

This div border color is #bda355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda355


Comments

No comments written yet.

Please login to write comment.