Color Hex Logo

#beac64 Color Hex

#BEAC64
(190,172,100)
0 Favorites   0 Comments

Color spaces of #beac64

RGB 190172100
HSL0.130.410.57
HSV48°47°75°
CMYK 0.000.090.47   0.25
XYZ38.288041.372318.0243
Yxy41.37230.39200.4235
Hunter Lab64.3213-6.308128.4105
CIE-Lab70.4360-3.298239.2123

#beac64 color RGB value is (190,172,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 01100100
Octal 276 254 144
Decimal 190 172 100
Hex BE AC 64

RGB Percentages of Color #beac64

%41.13
%37.23
%21.65

CMYK Percentages of Color #beac64

%0
%9
%47
%25

Triadic Colors of #beac64

#beac64 #64beac #ac64be

Analogous Colors of #beac64

#beac64 #a3be64 #be7f64

Monochromatic Colors of #beac64

#beac64

Complementary Color

#beac64 #6476be

#beac64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac64 Color CSS Codes

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

#beac64 Text Font Color

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

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


#beac64 Background Color

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

This div background color is #beac64


#beac64 Border Color

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

This div border color is #beac64


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,172,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 #beac64">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac64


Comments

No comments written yet.

Please login to write comment.