Color Hex Logo

#bebbae Color Hex

#BEBBAE
(190,187,174)
0 Favorites   0 Comments

Color spaces of #bebbae

RGB 190187174
HSL0.140.110.71
HSV49°75°
CMYK 0.000.020.08   0.25
XYZ46.645549.543847.1488
Yxy49.54380.32540.3456
Hunter Lab70.3874-4.88649.5559
CIE-Lab75.7884-1.24856.9461

#bebbae color RGB value is (190,187,174).

#bebbae hex color red value is 190, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bebbae hue: 0.14 , saturation: 0.11 and the lightness value of bebbae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 10101110
Octal 276 273 256
Decimal 190 187 174
Hex BE BB AE

RGB Percentages of Color #bebbae

%34.48
%33.94
%31.58

CMYK Percentages of Color #bebbae

%0
%2
%8
%25

Triadic Colors of #bebbae

#bebbae #aebebb #bbaebe

Analogous Colors of #bebbae

#bebbae #b9beae #beb3ae

Monochromatic Colors of #bebbae

#bebbae

Complementary Color

#bebbae #aeb1be

#bebbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbae Color CSS Codes

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

#bebbae Text Font Color

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

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


#bebbae Background Color

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

This div background color is #bebbae


#bebbae Border Color

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

This div border color is #bebbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbae


Comments

No comments written yet.

Please login to write comment.