Color Hex Logo

#beb4ac Color Hex

#BEB4AC
(190,180,172)
0 Favorites   0 Comments

Color spaces of #beb4ac

RGB 190180172
HSL0.070.120.71
HSV27°75°
CMYK 0.000.050.09   0.25
XYZ45.002946.568245.6464
Yxy46.56820.32800.3394
Hunter Lab68.2409-1.70608.1095
CIE-Lab73.91272.15145.3367

#beb4ac color RGB value is (190,180,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 10101100
Octal 276 264 254
Decimal 190 180 172
Hex BE B4 AC

RGB Percentages of Color #beb4ac

%35.06
%33.21
%31.73

CMYK Percentages of Color #beb4ac

%0
%5
%9
%25

Triadic Colors of #beb4ac

#beb4ac #acbeb4 #b4acbe

Analogous Colors of #beb4ac

#beb4ac #bebdac #beacad

Monochromatic Colors of #beb4ac

#beb4ac

Complementary Color

#beb4ac #acb6be

#beb4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb4ac Color CSS Codes

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

#beb4ac Text Font Color

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

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


#beb4ac Background Color

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

This div background color is #beb4ac


#beb4ac Border Color

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

This div border color is #beb4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb4ac


Comments

No comments written yet.

Please login to write comment.