Color Hex Logo

#beac24 Color Hex

#BEAC24
(190,172,36)
0 Favorites   0 Comments

Color spaces of #beac24

RGB 19017236
HSL0.150.680.44
HSV53°81°75°
CMYK 0.000.090.81   0.25
XYZ36.306240.57967.5882
Yxy40.57960.42980.4804
Hunter Lab63.7021-9.744937.5289
CIE-Lab69.8804-7.387865.7652

#beac24 color RGB value is (190,172,36).

#beac24 hex color red value is 190, green value is 172 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #beac24 hue: 0.15 , saturation: 0.68 and the lightness value of beac24 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 00100100
Octal 276 254 44
Decimal 190 172 36
Hex BE AC 24

RGB Percentages of Color #beac24

%47.74
%43.22
%9.05

CMYK Percentages of Color #beac24

%0
%9
%81
%25

Triadic Colors of #beac24

#beac24 #24beac #ac24be

Analogous Colors of #beac24

#beac24 #83be24 #be5f24

Monochromatic Colors of #beac24

#beac24

Complementary Color

#beac24 #2436be

#beac24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac24 Color CSS Codes

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

#beac24 Text Font Color

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

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


#beac24 Background Color

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

This div background color is #beac24


#beac24 Border Color

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

This div border color is #beac24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac24


Comments

No comments written yet.

Please login to write comment.