Color Hex Logo

#bea517 Color Hex

#BEA517
(190,165,23)
0 Favorites   0 Comments

Color spaces of #bea517

RGB 19016523
HSL0.140.780.42
HSV51°88°75°
CMYK 0.000.130.88   0.25
XYZ34.845037.91936.2932
Yxy37.91930.44080.4796
Hunter Lab61.5786-6.756337.0457
CIE-Lab67.9611-4.048867.4330

#bea517 color RGB value is (190,165,23).

#bea517 hex color red value is 190, green value is 165 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bea517 hue: 0.14 , saturation: 0.78 and the lightness value of bea517 is 0.42.

The process color (four color CMYK) of #bea517 color hex is 0.00, 0.13, 0.88, 0.25. Web safe color of #bea517 is #cc9900. Color #bea517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100101 00010111
Octal 276 245 27
Decimal 190 165 23
Hex BE A5 17

RGB Percentages of Color #bea517

%50.26
%43.65
%6.08

CMYK Percentages of Color #bea517

%0
%13
%88
%25

Triadic Colors of #bea517

#bea517 #17bea5 #a517be

Analogous Colors of #bea517

#bea517 #84be17 #be5217

Monochromatic Colors of #bea517

#bea517

Complementary Color

#bea517 #1730be

#bea517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea517 Color CSS Codes

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

#bea517 Text Font Color

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

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


#bea517 Background Color

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

This div background color is #bea517


#bea517 Border Color

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

This div border color is #bea517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea517


Comments

No comments written yet.

Please login to write comment.