Color Hex Logo

#bebeaf Color Hex

#BEBEAF
(190,190,175)
0 Favorites   0 Comments

Color spaces of #bebeaf

RGB 190190175
HSL0.170.100.72
HSV60°75°
CMYK 0.000.000.08   0.25
XYZ47.386550.869247.8786
Yxy50.86920.32430.3481
Hunter Lab71.3226-6.219910.1247
CIE-Lab76.5997-2.66817.5682

#bebeaf color RGB value is (190,190,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 10101111
Octal 276 276 257
Decimal 190 190 175
Hex BE BE AF

RGB Percentages of Color #bebeaf

%34.23
%34.23
%31.53

CMYK Percentages of Color #bebeaf

%0
%0
%8
%25

Triadic Colors of #bebeaf

#bebeaf #afbebe #beafbe

Analogous Colors of #bebeaf

#bebeaf #b7beaf #beb7af

Monochromatic Colors of #bebeaf

#bebeaf

Complementary Color

#bebeaf #afafbe

#bebeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebeaf Color CSS Codes

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

#bebeaf Text Font Color

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

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


#bebeaf Background Color

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

This div background color is #bebeaf


#bebeaf Border Color

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

This div border color is #bebeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebeaf


Comments

No comments written yet.

Please login to write comment.