Color Hex Logo

#bbbead Color Hex

#BBBEAD
(187,190,173)
0 Favorites   0 Comments

Color spaces of #bbbead

RGB 187190173
HSL0.200.120.71
HSV71°75°
CMYK 0.020.000.09   0.25
XYZ46.449850.408846.8169
Yxy50.40880.32330.3509
Hunter Lab70.9992-7.468410.6035
CIE-Lab76.3195-4.09018.2177

#bbbead color RGB value is (187,190,173).

#bbbead hex color red value is 187, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bbbead hue: 0.20 , saturation: 0.12 and the lightness value of bbbead is 0.71.

The process color (four color CMYK) of #bbbead color hex is 0.02, 0.00, 0.09, 0.25. Web safe color of #bbbead is #cccc99. Color #bbbead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 10101101
Octal 273 276 255
Decimal 187 190 173
Hex BB BE AD

RGB Percentages of Color #bbbead

%34.00
%34.55
%31.45

CMYK Percentages of Color #bbbead

%2
%0
%9
%25

Triadic Colors of #bbbead

#bbbead #adbbbe #beadbb

Analogous Colors of #bbbead

#bbbead #b3bead #beb9ad

Monochromatic Colors of #bbbead

#bbbead

Complementary Color

#bbbead #b0adbe

#bbbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbead Color CSS Codes

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

#bbbead Text Font Color

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

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


#bbbead Background Color

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

This div background color is #bbbead


#bbbead Border Color

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

This div border color is #bbbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbead


Comments

No comments written yet.

Please login to write comment.