Color Hex Logo

#bea717 Color Hex

#BEA717
(190,167,23)
0 Favorites   0 Comments

Color spaces of #bea717

RGB 19016723
HSL0.140.780.42
HSV52°88°75°
CMYK 0.000.120.88   0.25
XYZ35.208638.64646.4144
Yxy38.64640.43860.4815
Hunter Lab62.1662-7.695337.3987
CIE-Lab68.4944-5.106967.8592

#bea717 color RGB value is (190,167,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 00010111
Octal 276 247 27
Decimal 190 167 23
Hex BE A7 17

RGB Percentages of Color #bea717

%50.00
%43.95
%6.05

CMYK Percentages of Color #bea717

%0
%12
%88
%25

Triadic Colors of #bea717

#bea717 #17bea7 #a717be

Analogous Colors of #bea717

#bea717 #82be17 #be5317

Monochromatic Colors of #bea717

#bea717

Complementary Color

#bea717 #172ebe

#bea717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea717 Color CSS Codes

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

#bea717 Text Font Color

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

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


#bea717 Background Color

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

This div background color is #bea717


#bea717 Border Color

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

This div border color is #bea717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea717


Comments

No comments written yet.

Please login to write comment.