Color Hex Logo

#bdbea7 Color Hex

#BDBEA7
(189,190,167)
0 Favorites   0 Comments

Color spaces of #bdbea7

RGB 189190167
HSL0.170.150.70
HSV63°12°75°
CMYK 0.010.000.12   0.25
XYZ46.374850.435743.8501
Yxy50.43570.32970.3586
Hunter Lab71.0181-7.721213.1041
CIE-Lab76.3359-4.372911.5045

#bdbea7 color RGB value is (189,190,167).

#bdbea7 hex color red value is 189, green value is 190 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #bdbea7 hue: 0.17 , saturation: 0.15 and the lightness value of bdbea7 is 0.70.

The process color (four color CMYK) of #bdbea7 color hex is 0.01, 0.00, 0.12, 0.25. Web safe color of #bdbea7 is #cccc99. Color #bdbea7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10100111
Octal 275 276 247
Decimal 189 190 167
Hex BD BE A7

RGB Percentages of Color #bdbea7

%34.62
%34.80
%30.59

CMYK Percentages of Color #bdbea7

%1
%0
%12
%25

Triadic Colors of #bdbea7

#bdbea7 #a7bdbe #bea7bd

Analogous Colors of #bdbea7

#bdbea7 #b2bea7 #beb4a7

Monochromatic Colors of #bdbea7

#bdbea7

Complementary Color

#bdbea7 #a8a7be

#bdbea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbea7 Color CSS Codes

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

#bdbea7 Text Font Color

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

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


#bdbea7 Background Color

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

This div background color is #bdbea7


#bdbea7 Border Color

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

This div border color is #bdbea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbea7


Comments

No comments written yet.

Please login to write comment.