Color Hex Logo

#bea728 Color Hex

#BEA728
(190,167,40)
0 Favorites   0 Comments

Color spaces of #bea728

RGB 19016740
HSL0.140.650.45
HSV51°79°75°
CMYK 0.000.120.79   0.25
XYZ35.436938.73787.6169
Yxy38.73780.43330.4736
Hunter Lab62.2397-7.288436.3119
CIE-Lab68.5609-4.619363.3867

#bea728 color RGB value is (190,167,40).

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

The process color (four color CMYK) of #bea728 color hex is 0.00, 0.12, 0.79, 0.25. Web safe color of #bea728 is #cc9933. Color #bea728 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 00101000
Octal 276 247 50
Decimal 190 167 40
Hex BE A7 28

RGB Percentages of Color #bea728

%47.86
%42.07
%10.08

CMYK Percentages of Color #bea728

%0
%12
%79
%25

Triadic Colors of #bea728

#bea728 #28bea7 #a728be

Analogous Colors of #bea728

#bea728 #8abe28 #be5c28

Monochromatic Colors of #bea728

#bea728

Complementary Color

#bea728 #283fbe

#bea728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea728 Color CSS Codes

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

#bea728 Text Font Color

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

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


#bea728 Background Color

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

This div background color is #bea728


#bea728 Border Color

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

This div border color is #bea728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea728


Comments

No comments written yet.

Please login to write comment.