Color Hex Logo

#beab34 Color Hex

#BEAB34
(190,171,52)
0 Favorites   0 Comments

Color spaces of #beab34

RGB 19017152
HSL0.140.570.47
HSV52°73°75°
CMYK 0.000.100.73   0.25
XYZ36.417940.32099.1121
Yxy40.32090.42420.4697
Hunter Lab63.4987-8.749235.9410
CIE-Lab69.6975-6.227860.2728

#beab34 color RGB value is (190,171,52).

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

The process color (four color CMYK) of #beab34 color hex is 0.00, 0.10, 0.73, 0.25. Web safe color of #beab34 is #cc9933. Color #beab34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 00110100
Octal 276 253 64
Decimal 190 171 52
Hex BE AB 34

RGB Percentages of Color #beab34

%46.00
%41.40
%12.59

CMYK Percentages of Color #beab34

%0
%10
%73
%25

Triadic Colors of #beab34

#beab34 #34beab #ab34be

Analogous Colors of #beab34

#beab34 #8cbe34 #be6634

Monochromatic Colors of #beab34

#beab34

Complementary Color

#beab34 #3447be

#beab34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beab34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beab34 Color CSS Codes

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

#beab34 Text Font Color

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

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


#beab34 Background Color

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

This div background color is #beab34


#beab34 Border Color

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

This div border color is #beab34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beab34


Comments

No comments written yet.

Please login to write comment.