Color Hex Logo

#bda285 Color Hex

#BDA285
(189,162,133)
0 Favorites   0 Comments

Color spaces of #bda285

RGB 189162133
HSL0.090.300.63
HSV31°30°74°
CMYK 0.000.140.30   0.26
XYZ38.140238.352927.5830
Yxy38.35290.36650.3685
Hunter Lab61.92971.554516.9435
CIE-Lab68.27995.519418.7616

#bda285 color RGB value is (189,162,133).

#bda285 hex color red value is 189, green value is 162 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bda285 hue: 0.09 , saturation: 0.30 and the lightness value of bda285 is 0.63.

The process color (four color CMYK) of #bda285 color hex is 0.00, 0.14, 0.30, 0.26. Web safe color of #bda285 is #cc9999. Color #bda285 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 10000101
Octal 275 242 205
Decimal 189 162 133
Hex BD A2 85

RGB Percentages of Color #bda285

%39.05
%33.47
%27.48

CMYK Percentages of Color #bda285

%0
%14
%30
%26

Triadic Colors of #bda285

#bda285 #85bda2 #a285bd

Analogous Colors of #bda285

#bda285 #bcbd85 #bd8685

Monochromatic Colors of #bda285

#bda285

Complementary Color

#bda285 #85a0bd

#bda285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda285 Color CSS Codes

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

#bda285 Text Font Color

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

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


#bda285 Background Color

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

This div background color is #bda285


#bda285 Border Color

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

This div border color is #bda285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda285


Comments

No comments written yet.

Please login to write comment.