Color Hex Logo

#beae64 Color Hex

#BEAE64
(190,174,100)
0 Favorites   0 Comments

Color spaces of #beae64

RGB 190174100
HSL0.140.410.57
HSV49°47°75°
CMYK 0.000.080.47   0.25
XYZ38.671542.139418.1521
Yxy42.13940.39080.4258
Hunter Lab64.9149-7.263928.8612
CIE-Lab70.9669-4.358039.8688

#beae64 color RGB value is (190,174,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 01100100
Octal 276 256 144
Decimal 190 174 100
Hex BE AE 64

RGB Percentages of Color #beae64

%40.95
%37.50
%21.55

CMYK Percentages of Color #beae64

%0
%8
%47
%25

Triadic Colors of #beae64

#beae64 #64beae #ae64be

Analogous Colors of #beae64

#beae64 #a1be64 #be8164

Monochromatic Colors of #beae64

#beae64

Complementary Color

#beae64 #6474be

#beae64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beae64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beae64 Color CSS Codes

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

#beae64 Text Font Color

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

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


#beae64 Background Color

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

This div background color is #beae64


#beae64 Border Color

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

This div border color is #beae64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beae64


Comments

No comments written yet.

Please login to write comment.