Color Hex Logo

#bdb0ae Color Hex

#BDB0AE
(189,176,174)
0 Favorites   0 Comments

Color spaces of #bdb0ae

RGB 189176174
HSL0.020.100.71
HSV74°
CMYK 0.000.070.08   0.26
XYZ44.151644.925546.3888
Yxy44.92550.32590.3316
Hunter Lab67.02650.28495.8841
CIE-Lab72.84284.29012.6849

#bdb0ae color RGB value is (189,176,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 10101110
Octal 275 260 256
Decimal 189 176 174
Hex BD B0 AE

RGB Percentages of Color #bdb0ae

%35.06
%32.65
%32.28

CMYK Percentages of Color #bdb0ae

%0
%7
%8
%26

Triadic Colors of #bdb0ae

#bdb0ae #aebdb0 #b0aebd

Analogous Colors of #bdb0ae

#bdb0ae #bdb8ae #bdaeb4

Monochromatic Colors of #bdb0ae

#bdb0ae

Complementary Color

#bdb0ae #aebbbd

#bdb0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb0ae Color CSS Codes

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

#bdb0ae Text Font Color

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

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


#bdb0ae Background Color

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

This div background color is #bdb0ae


#bdb0ae Border Color

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

This div border color is #bdb0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb0ae

#bdb0ae Color Palettes


Comments

No comments written yet.

Please login to write comment.