Color Hex Logo

#bbbeb4 Color Hex

#BBBEB4
(187,190,180)
0 Favorites   0 Comments

Color spaces of #bbbeb4

RGB 187190180
HSL0.220.070.73
HSV78°75°
CMYK 0.020.000.05   0.25
XYZ47.145250.687050.4788
Yxy50.68700.31790.3418
Hunter Lab71.1948-6.38827.7983
CIE-Lab76.4890-2.86514.6726

#bbbeb4 color RGB value is (187,190,180).

#bbbeb4 hex color red value is 187, green value is 190 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bbbeb4 hue: 0.22 , saturation: 0.07 and the lightness value of bbbeb4 is 0.73.

The process color (four color CMYK) of #bbbeb4 color hex is 0.02, 0.00, 0.05, 0.25. Web safe color of #bbbeb4 is #cccccc. Color #bbbeb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 10110100
Octal 273 276 264
Decimal 187 190 180
Hex BB BE B4

RGB Percentages of Color #bbbeb4

%33.57
%34.11
%32.32

CMYK Percentages of Color #bbbeb4

%2
%0
%5
%25

Triadic Colors of #bbbeb4

#bbbeb4 #b4bbbe #beb4bb

Analogous Colors of #bbbeb4

#bbbeb4 #b6beb4 #bebcb4

Monochromatic Colors of #bbbeb4

#bbbeb4

Complementary Color

#bbbeb4 #b7b4be

#bbbeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbeb4 Color CSS Codes

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

#bbbeb4 Text Font Color

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

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


#bbbeb4 Background Color

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

This div background color is #bbbeb4


#bbbeb4 Border Color

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

This div border color is #bbbeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbeb4


Comments

No comments written yet.

Please login to write comment.