Color Hex Logo

#bea824 Color Hex

#BEA824
(190,168,36)
0 Favorites   0 Comments

Color spaces of #bea824

RGB 19016836
HSL0.140.680.44
HSV51°81°75°
CMYK 0.000.120.81   0.25
XYZ35.556339.07987.3382
Yxy39.07980.43370.4767
Hunter Lab62.5138-7.872936.7999
CIE-Lab68.8090-5.285164.8321

#bea824 color RGB value is (190,168,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 00100100
Octal 276 250 44
Decimal 190 168 36
Hex BE A8 24

RGB Percentages of Color #bea824

%48.22
%42.64
%9.14

CMYK Percentages of Color #bea824

%0
%12
%81
%25

Triadic Colors of #bea824

#bea824 #24bea8 #a824be

Analogous Colors of #bea824

#bea824 #87be24 #be5b24

Monochromatic Colors of #bea824

#bea824

Complementary Color

#bea824 #243abe

#bea824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea824 Color CSS Codes

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

#bea824 Text Font Color

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

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


#bea824 Background Color

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

This div background color is #bea824


#bea824 Border Color

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

This div border color is #bea824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea824


Comments

No comments written yet.

Please login to write comment.