Color Hex Logo

#bebead Color Hex

#BEBEAD
(190,190,173)
0 Favorites   0 Comments

Color spaces of #bebead

RGB 190190173
HSL0.170.120.71
HSV60°75°
CMYK 0.000.000.09   0.25
XYZ47.191550.791246.8516
Yxy50.79120.32580.3507
Hunter Lab71.2679-6.521510.9103
CIE-Lab76.5524-3.00868.5819

#bebead color RGB value is (190,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 10101101
Octal 276 276 255
Decimal 190 190 173
Hex BE BE AD

RGB Percentages of Color #bebead

%34.36
%34.36
%31.28

CMYK Percentages of Color #bebead

%0
%0
%9
%25

Triadic Colors of #bebead

#bebead #adbebe #beadbe

Analogous Colors of #bebead

#bebead #b6bead #beb6ad

Monochromatic Colors of #bebead

#bebead

Complementary Color

#bebead #adadbe

#bebead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebead Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebead Color CSS Codes

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

#bebead Text Font Color

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

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


#bebead Background Color

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

This div background color is #bebead


#bebead Border Color

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

This div border color is #bebead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebead


Comments

No comments written yet.

Please login to write comment.