Color Hex Logo

#beb7af Color Hex

#BEB7AF
(190,183,175)
0 Favorites   0 Comments

Color spaces of #beb7af

RGB 190183175
HSL0.090.100.72
HSV32°75°
CMYK 0.000.040.08   0.25
XYZ45.906647.909347.3853
Yxy47.90930.32510.3393
Hunter Lab69.2165-2.74217.8619
CIE-Lab74.76771.05754.9337

#beb7af color RGB value is (190,183,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110111 10101111
Octal 276 267 257
Decimal 190 183 175
Hex BE B7 AF

RGB Percentages of Color #beb7af

%34.67
%33.39
%31.93

CMYK Percentages of Color #beb7af

%0
%4
%8
%25

Triadic Colors of #beb7af

#beb7af #afbeb7 #b7afbe

Analogous Colors of #beb7af

#beb7af #bebeaf #beb0af

Monochromatic Colors of #beb7af

#beb7af

Complementary Color

#beb7af #afb6be

#beb7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb7af Color CSS Codes

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

#beb7af Text Font Color

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

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


#beb7af Background Color

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

This div background color is #beb7af


#beb7af Border Color

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

This div border color is #beb7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb7af

#beb7af Color Palettes


Comments

No comments written yet.

Please login to write comment.