Color Hex Logo

#bebfb0 Color Hex

#BEBFB0
(190,191,176)
0 Favorites   0 Comments

Color spaces of #bebfb0

RGB 190191176
HSL0.180.100.72
HSV64°75°
CMYK 0.010.000.08   0.25
XYZ47.702551.343348.4704
Yxy51.34330.32340.3481
Hunter Lab71.6542-6.561810.0513
CIE-Lab76.8865-3.02497.4387

#bebfb0 color RGB value is (190,191,176).

#bebfb0 hex color red value is 190, green value is 191 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bebfb0 hue: 0.18 , saturation: 0.10 and the lightness value of bebfb0 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 10110000
Octal 276 277 260
Decimal 190 191 176
Hex BE BF B0

RGB Percentages of Color #bebfb0

%34.11
%34.29
%31.60

CMYK Percentages of Color #bebfb0

%1
%0
%8
%25

Triadic Colors of #bebfb0

#bebfb0 #b0bebf #bfb0be

Analogous Colors of #bebfb0

#bebfb0 #b7bfb0 #bfb9b0

Monochromatic Colors of #bebfb0

#bebfb0

Complementary Color

#bebfb0 #b1b0bf

#bebfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfb0 Color CSS Codes

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

#bebfb0 Text Font Color

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

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


#bebfb0 Background Color

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

This div background color is #bebfb0


#bebfb0 Border Color

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

This div border color is #bebfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfb0


Comments

No comments written yet.

Please login to write comment.