Color Hex Logo

#beac4b Color Hex

#BEAC4B
(190,172,75)
0 Favorites   0 Comments

Color spaces of #beac4b

RGB 19017275
HSL0.140.470.52
HSV51°61°75°
CMYK 0.000.090.61   0.25
XYZ37.257740.960212.5990
Yxy40.96020.41030.4510
Hunter Lab64.0002-8.086533.1283
CIE-Lab70.1480-5.399551.0721

#beac4b color RGB value is (190,172,75).

#beac4b hex color red value is 190, green value is 172 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #beac4b hue: 0.14 , saturation: 0.47 and the lightness value of beac4b is 0.52.

The process color (four color CMYK) of #beac4b color hex is 0.00, 0.09, 0.61, 0.25. Web safe color of #beac4b is #cc9933. Color #beac4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 01001011
Octal 276 254 113
Decimal 190 172 75
Hex BE AC 4B

RGB Percentages of Color #beac4b

%43.48
%39.36
%17.16

CMYK Percentages of Color #beac4b

%0
%9
%61
%25

Triadic Colors of #beac4b

#beac4b #4bbeac #ac4bbe

Analogous Colors of #beac4b

#beac4b #97be4b #be734b

Monochromatic Colors of #beac4b

#beac4b

Complementary Color

#beac4b #4b5dbe

#beac4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac4b Color CSS Codes

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

#beac4b Text Font Color

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

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


#beac4b Background Color

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

This div background color is #beac4b


#beac4b Border Color

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

This div border color is #beac4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac4b


Comments

No comments written yet.

Please login to write comment.