Color Hex Logo

#beae6e Color Hex

#BEAE6E
(190,174,110)
0 Favorites   0 Comments

Color spaces of #beae6e

RGB 190174110
HSL0.130.380.59
HSV48°42°75°
CMYK 0.000.080.42   0.25
XYZ39.185742.345020.8600
Yxy42.34500.38270.4136
Hunter Lab65.0730-6.388626.5450
CIE-Lab71.1081-3.331834.8903

#beae6e color RGB value is (190,174,110).

#beae6e hex color red value is 190, green value is 174 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #beae6e hue: 0.13 , saturation: 0.38 and the lightness value of beae6e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 01101110
Octal 276 256 156
Decimal 190 174 110
Hex BE AE 6E

RGB Percentages of Color #beae6e

%40.08
%36.71
%23.21

CMYK Percentages of Color #beae6e

%0
%8
%42
%25

Triadic Colors of #beae6e

#beae6e #6ebeae #ae6ebe

Analogous Colors of #beae6e

#beae6e #a6be6e #be866e

Monochromatic Colors of #beae6e

#beae6e

Complementary Color

#beae6e #6e7ebe

#beae6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beae6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beae6e Color CSS Codes

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

#beae6e Text Font Color

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

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


#beae6e Background Color

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

This div background color is #beae6e


#beae6e Border Color

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

This div border color is #beae6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beae6e


Comments

No comments written yet.

Please login to write comment.