Color Hex Logo

#b7bdab Color Hex

#B7BDAB
(183,189,171)
0 Favorites   0 Comments

Color spaces of #b7bdab

RGB 183189171
HSL0.220.120.71
HSV80°10°74°
CMYK 0.030.000.10   0.26
XYZ45.076749.402745.6880
Yxy49.40270.32160.3525
Hunter Lab70.2871-8.526210.6612
CIE-Lab75.7012-5.34458.3748

#b7bdab color RGB value is (183,189,171).

#b7bdab hex color red value is 183, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b7bdab hue: 0.22 , saturation: 0.12 and the lightness value of b7bdab is 0.71.

The process color (four color CMYK) of #b7bdab color hex is 0.03, 0.00, 0.10, 0.26. Web safe color of #b7bdab is #cccc99. Color #b7bdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111101 10101011
Octal 267 275 253
Decimal 183 189 171
Hex B7 BD AB

RGB Percentages of Color #b7bdab

%33.70
%34.81
%31.49

CMYK Percentages of Color #b7bdab

%3
%0
%10
%26

Triadic Colors of #b7bdab

#b7bdab #abb7bd #bdabb7

Analogous Colors of #b7bdab

#b7bdab #aebdab #bdbaab

Monochromatic Colors of #b7bdab

#b7bdab

Complementary Color

#b7bdab #b1abbd

#b7bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bdab Color CSS Codes

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

#b7bdab Text Font Color

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

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


#b7bdab Background Color

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

This div background color is #b7bdab


#b7bdab Border Color

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

This div border color is #b7bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7bdab


Comments

No comments written yet.

Please login to write comment.