Color Hex Logo

#bebeae Color Hex

#BEBEAE
(190,190,174)
0 Favorites   0 Comments

Color spaces of #bebeae

RGB 190190174
HSL0.170.110.71
HSV60°75°
CMYK 0.000.000.08   0.25
XYZ47.288650.830147.3632
Yxy50.83010.32500.3494
Hunter Lab71.2952-6.371410.5188
CIE-Lab76.5760-2.83918.0750

#bebeae color RGB value is (190,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 10101110
Octal 276 276 256
Decimal 190 190 174
Hex BE BE AE

RGB Percentages of Color #bebeae

%34.30
%34.30
%31.41

CMYK Percentages of Color #bebeae

%0
%0
%8
%25

Triadic Colors of #bebeae

#bebeae #aebebe #beaebe

Analogous Colors of #bebeae

#bebeae #b6beae #beb6ae

Monochromatic Colors of #bebeae

#bebeae

Complementary Color

#bebeae #aeaebe

#bebeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebeae Color CSS Codes

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

#bebeae Text Font Color

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

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


#bebeae Background Color

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

This div background color is #bebeae


#bebeae Border Color

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

This div border color is #bebeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebeae


Comments

No comments written yet.

Please login to write comment.