Color Hex Logo

#bea705 Color Hex

#BEA705
(190,167,5)
0 Favorites   0 Comments

Color spaces of #bea705

RGB 1901675
HSL0.150.950.38
HSV53°97°75°
CMYK 0.000.120.97   0.25
XYZ35.081338.59555.7443
Yxy38.59550.44170.4860
Hunter Lab62.1253-7.922738.0056
CIE-Lab68.4572-5.380370.6054

#bea705 color RGB value is (190,167,5).

#bea705 hex color red value is 190, green value is 167 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bea705 hue: 0.15 , saturation: 0.95 and the lightness value of bea705 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 00000101
Octal 276 247 5
Decimal 190 167 5
Hex BE A7 5

RGB Percentages of Color #bea705

%52.49
%46.13
%1.38

CMYK Percentages of Color #bea705

%0
%12
%97
%25

Triadic Colors of #bea705

#bea705 #05bea7 #a705be

Analogous Colors of #bea705

#bea705 #79be05 #be4b05

Monochromatic Colors of #bea705

#bea705

Complementary Color

#bea705 #051cbe

#bea705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea705 Color CSS Codes

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

#bea705 Text Font Color

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

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


#bea705 Background Color

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

This div background color is #bea705


#bea705 Border Color

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

This div border color is #bea705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea705


Comments

No comments written yet.

Please login to write comment.