Color Hex Logo

#bdae95 Color Hex

#BDAE95
(189,174,149)
1 Favorites   0 Comments

Color spaces of #bdae95

RGB 189174149
HSL0.100.230.66
HSV38°21°74°
CMYK 0.000.080.21   0.26
XYZ41.547143.260834.5942
Yxy43.26080.34800.3623
Hunter Lab65.7729-2.348714.8567
CIE-Lab71.73161.310614.7892

#bdae95 color RGB value is (189,174,149).

#bdae95 hex color red value is 189, green value is 174 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bdae95 hue: 0.10 , saturation: 0.23 and the lightness value of bdae95 is 0.66.

The process color (four color CMYK) of #bdae95 color hex is 0.00, 0.08, 0.21, 0.26. Web safe color of #bdae95 is #cc9999. Color #bdae95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 10010101
Octal 275 256 225
Decimal 189 174 149
Hex BD AE 95

RGB Percentages of Color #bdae95

%36.91
%33.98
%29.10

CMYK Percentages of Color #bdae95

%0
%8
%21
%26

Triadic Colors of #bdae95

#bdae95 #95bdae #ae95bd

Analogous Colors of #bdae95

#bdae95 #b8bd95 #bd9a95

Monochromatic Colors of #bdae95

#bdae95

Complementary Color

#bdae95 #95a4bd

#bdae95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae95 Color CSS Codes

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

#bdae95 Text Font Color

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

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


#bdae95 Background Color

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

This div background color is #bdae95


#bdae95 Border Color

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

This div border color is #bdae95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae95


Comments

No comments written yet.

Please login to write comment.