Color Hex Logo

#bea350 Color Hex

#BEA350
(190,163,80)
0 Favorites   0 Comments

Color spaces of #bea350

RGB 19016380
HSL0.130.460.53
HSV45°58°75°
CMYK 0.000.140.58   0.25
XYZ35.780437.720712.9844
Yxy37.72070.41370.4362
Hunter Lab61.4172-3.489630.4573
CIE-Lab67.8143-0.242046.0645

#bea350 color RGB value is (190,163,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 01010000
Octal 276 243 120
Decimal 190 163 80
Hex BE A3 50

RGB Percentages of Color #bea350

%43.88
%37.64
%18.48

CMYK Percentages of Color #bea350

%0
%14
%58
%25

Triadic Colors of #bea350

#bea350 #50bea3 #a350be

Analogous Colors of #bea350

#bea350 #a2be50 #be6c50

Monochromatic Colors of #bea350

#bea350

Complementary Color

#bea350 #506bbe

#bea350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea350 Color CSS Codes

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

#bea350 Text Font Color

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

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


#bea350 Background Color

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

This div background color is #bea350


#bea350 Border Color

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

This div border color is #bea350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea350


Comments

No comments written yet.

Please login to write comment.