Color Hex Logo

#bda292 Color Hex

#BDA292
(189,162,146)
0 Favorites   0 Comments

Color spaces of #bda292

RGB 189162146
HSL0.060.250.66
HSV22°23°74°
CMYK 0.000.140.23   0.26
XYZ39.094938.734832.6102
Yxy38.73480.35400.3507
Hunter Lab62.23733.211112.5002
CIE-Lab68.55877.369411.9791

#bda292 color RGB value is (189,162,146).

#bda292 hex color red value is 189, green value is 162 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bda292 hue: 0.06 , saturation: 0.25 and the lightness value of bda292 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 10010010
Octal 275 242 222
Decimal 189 162 146
Hex BD A2 92

RGB Percentages of Color #bda292

%38.03
%32.60
%29.38

CMYK Percentages of Color #bda292

%0
%14
%23
%26

Triadic Colors of #bda292

#bda292 #92bda2 #a292bd

Analogous Colors of #bda292

#bda292 #bdb892 #bd9298

Monochromatic Colors of #bda292

#bda292

Complementary Color

#bda292 #92adbd

#bda292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda292 Color CSS Codes

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

#bda292 Text Font Color

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

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


#bda292 Background Color

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

This div background color is #bda292


#bda292 Border Color

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

This div border color is #bda292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda292


Comments

No comments written yet.

Please login to write comment.