Color Hex Logo

#bea53d Color Hex

#BEA53D
(190,165,61)
0 Favorites   0 Comments

Color spaces of #bea53d

RGB 19016561
HSL0.130.510.49
HSV48°68°75°
CMYK 0.000.130.68   0.25
XYZ35.532638.19439.9144
Yxy38.19430.42480.4566
Hunter Lab61.8015-5.524733.7496
CIE-Lab68.1636-2.583055.1325

#bea53d color RGB value is (190,165,61).

#bea53d hex color red value is 190, green value is 165 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bea53d hue: 0.13 , saturation: 0.51 and the lightness value of bea53d is 0.49.

The process color (four color CMYK) of #bea53d color hex is 0.00, 0.13, 0.68, 0.25. Web safe color of #bea53d is #cc9933. Color #bea53d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100101 00111101
Octal 276 245 75
Decimal 190 165 61
Hex BE A5 3D

RGB Percentages of Color #bea53d

%45.67
%39.66
%14.66

CMYK Percentages of Color #bea53d

%0
%13
%68
%25

Triadic Colors of #bea53d

#bea53d #3dbea5 #a53dbe

Analogous Colors of #bea53d

#bea53d #97be3d #be653d

Monochromatic Colors of #bea53d

#bea53d

Complementary Color

#bea53d #3d56be

#bea53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea53d Color CSS Codes

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

#bea53d Text Font Color

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

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


#bea53d Background Color

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

This div background color is #bea53d


#bea53d Border Color

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

This div border color is #bea53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea53d


Comments

No comments written yet.

Please login to write comment.