Color Hex Logo

#beae7d Color Hex

#BEAE7D
(190,174,125)
0 Favorites   0 Comments

Color spaces of #beae7d

RGB 190174125
HSL0.130.330.62
HSV45°34°75°
CMYK 0.000.080.34   0.25
XYZ40.072942.699925.5319
Yxy42.69990.37000.3943
Hunter Lab65.3452-4.889022.5756
CIE-Lab71.3508-1.590227.2742

#beae7d color RGB value is (190,174,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 01111101
Octal 276 256 175
Decimal 190 174 125
Hex BE AE 7D

RGB Percentages of Color #beae7d

%38.85
%35.58
%25.56

CMYK Percentages of Color #beae7d

%0
%8
%34
%25

Triadic Colors of #beae7d

#beae7d #7dbeae #ae7dbe

Analogous Colors of #beae7d

#beae7d #aebe7d #be8e7d

Monochromatic Colors of #beae7d

#beae7d

Complementary Color

#beae7d #7d8dbe

#beae7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beae7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beae7d Color CSS Codes

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

#beae7d Text Font Color

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

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


#beae7d Background Color

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

This div background color is #beae7d


#beae7d Border Color

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

This div border color is #beae7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beae7d


Comments

No comments written yet.

Please login to write comment.