Color Hex Logo

#bea450 Color Hex

#BEA450
(190,164,80)
0 Favorites   0 Comments

Color spaces of #bea450

RGB 19016480
HSL0.130.460.53
HSV46°58°75°
CMYK 0.000.140.58   0.25
XYZ35.958638.077313.0438
Yxy38.07730.41290.4373
Hunter Lab61.7068-3.969030.6618
CIE-Lab68.0775-0.778546.3686

#bea450 color RGB value is (190,164,80).

#bea450 hex color red value is 190, green value is 164 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bea450 hue: 0.13 , saturation: 0.46 and the lightness value of bea450 is 0.53.

The process color (four color CMYK) of #bea450 color hex is 0.00, 0.14, 0.58, 0.25. Web safe color of #bea450 is #cc9966. Color #bea450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 01010000
Octal 276 244 120
Decimal 190 164 80
Hex BE A4 50

RGB Percentages of Color #bea450

%43.78
%37.79
%18.43

CMYK Percentages of Color #bea450

%0
%14
%58
%25

Triadic Colors of #bea450

#bea450 #50bea4 #a450be

Analogous Colors of #bea450

#bea450 #a1be50 #be6d50

Monochromatic Colors of #bea450

#bea450

Complementary Color

#bea450 #506abe

#bea450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea450 Color CSS Codes

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

#bea450 Text Font Color

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

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


#bea450 Background Color

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

This div background color is #bea450


#bea450 Border Color

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

This div border color is #bea450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea450


Comments

No comments written yet.

Please login to write comment.