Color Hex Logo

#bebeac Color Hex

#BEBEAC
(190,190,172)
0 Favorites   0 Comments

Color spaces of #bebeac

RGB 190190172
HSL0.170.120.71
HSV60°75°
CMYK 0.000.000.09   0.25
XYZ47.095150.752646.3438
Yxy50.75260.32660.3520
Hunter Lab71.2409-6.670711.2991
CIE-Lab76.5289-3.17739.0889

#bebeac color RGB value is (190,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 10101100
Octal 276 276 254
Decimal 190 190 172
Hex BE BE AC

RGB Percentages of Color #bebeac

%34.42
%34.42
%31.16

CMYK Percentages of Color #bebeac

%0
%0
%9
%25

Triadic Colors of #bebeac

#bebeac #acbebe #beacbe

Analogous Colors of #bebeac

#bebeac #b5beac #beb5ac

Monochromatic Colors of #bebeac

#bebeac

Complementary Color

#bebeac #acacbe

#bebeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebeac Color CSS Codes

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

#bebeac Text Font Color

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

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


#bebeac Background Color

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

This div background color is #bebeac


#bebeac Border Color

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

This div border color is #bebeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebeac


Comments

No comments written yet.

Please login to write comment.