Color Hex Logo

#beab54 Color Hex

#BEAB54
(190,171,84)
0 Favorites   0 Comments

Color spaces of #beab54

RGB 19017184
HSL0.140.450.54
HSV49°56°75°
CMYK 0.000.100.56   0.25
XYZ37.398340.713114.2748
Yxy40.71310.40480.4407
Hunter Lab63.8068-7.039931.4005
CIE-Lab69.9744-4.191646.6303

#beab54 color RGB value is (190,171,84).

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

The process color (four color CMYK) of #beab54 color hex is 0.00, 0.10, 0.56, 0.25. Web safe color of #beab54 is #cc9966. Color #beab54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 01010100
Octal 276 253 124
Decimal 190 171 84
Hex BE AB 54

RGB Percentages of Color #beab54

%42.70
%38.43
%18.88

CMYK Percentages of Color #beab54

%0
%10
%56
%25

Triadic Colors of #beab54

#beab54 #54beab #ab54be

Analogous Colors of #beab54

#beab54 #9cbe54 #be7654

Monochromatic Colors of #beab54

#beab54

Complementary Color

#beab54 #5467be

#beab54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beab54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beab54 Color CSS Codes

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

#beab54 Text Font Color

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

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


#beab54 Background Color

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

This div background color is #beab54


#beab54 Border Color

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

This div border color is #beab54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beab54


Comments

No comments written yet.

Please login to write comment.