Color Hex Logo

#b3bead Color Hex

#B3BEAD
(179,190,173)
0 Favorites   0 Comments

Color spaces of #b3bead

RGB 179190173
HSL0.270.120.71
HSV99°75°
CMYK 0.060.000.09   0.25
XYZ44.546749.427746.7278
Yxy49.42770.31660.3513
Hunter Lab70.3048-9.93199.8065
CIE-Lab75.7166-6.94547.2741

#b3bead color RGB value is (179,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111110 10101101
Octal 263 276 255
Decimal 179 190 173
Hex B3 BE AD

RGB Percentages of Color #b3bead

%33.03
%35.06
%31.92

CMYK Percentages of Color #b3bead

%6
%0
%9
%25

Triadic Colors of #b3bead

#b3bead #adb3be #beadb3

Analogous Colors of #b3bead

#b3bead #adbeb0 #bcbead

Monochromatic Colors of #b3bead

#b3bead

Complementary Color

#b3bead #b8adbe

#b3bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bead Color CSS Codes

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

#b3bead Text Font Color

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

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


#b3bead Background Color

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

This div background color is #b3bead


#b3bead Border Color

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

This div border color is #b3bead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,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 #b3bead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bead


Comments

No comments written yet.

Please login to write comment.