Color Hex Logo

#bebaaf Color Hex

#BEBAAF
(190,186,175)
0 Favorites   0 Comments

Color spaces of #bebaaf

RGB 190186175
HSL0.120.100.72
HSV44°75°
CMYK 0.000.020.08   0.25
XYZ46.532049.160147.5938
Yxy49.16010.32470.3431
Hunter Lab70.1143-4.23678.8337
CIE-Lab75.5508-0.54466.0620

#bebaaf color RGB value is (190,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 10101111
Octal 276 272 257
Decimal 190 186 175
Hex BE BA AF

RGB Percentages of Color #bebaaf

%34.48
%33.76
%31.76

CMYK Percentages of Color #bebaaf

%0
%2
%8
%25

Triadic Colors of #bebaaf

#bebaaf #afbeba #baafbe

Analogous Colors of #bebaaf

#bebaaf #bbbeaf #beb3af

Monochromatic Colors of #bebaaf

#bebaaf

Complementary Color

#bebaaf #afb3be

#bebaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebaaf Color CSS Codes

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

#bebaaf Text Font Color

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

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


#bebaaf Background Color

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

This div background color is #bebaaf


#bebaaf Border Color

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

This div border color is #bebaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebaaf


Comments

No comments written yet.

Please login to write comment.