Color Hex Logo

#beae57 Color Hex

#BEAE57
(190,174,87)
0 Favorites   0 Comments

Color spaces of #beae57

RGB 19017487
HSL0.140.440.54
HSV51°54°75°
CMYK 0.000.080.54   0.25
XYZ38.091641.907415.0981
Yxy41.90740.40060.4407
Hunter Lab64.7359-8.255831.4872
CIE-Lab70.8070-5.530146.1489

#beae57 color RGB value is (190,174,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 01010111
Octal 276 256 127
Decimal 190 174 87
Hex BE AE 57

RGB Percentages of Color #beae57

%42.13
%38.58
%19.29

CMYK Percentages of Color #beae57

%0
%8
%54
%25

Triadic Colors of #beae57

#beae57 #57beae #ae57be

Analogous Colors of #beae57

#beae57 #9bbe57 #be7b57

Monochromatic Colors of #beae57

#beae57

Complementary Color

#beae57 #5767be

#beae57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beae57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beae57 Color CSS Codes

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

#beae57 Text Font Color

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

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


#beae57 Background Color

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

This div background color is #beae57


#beae57 Border Color

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

This div border color is #beae57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beae57


Comments

No comments written yet.

Please login to write comment.