Color Hex Logo

#be500f Color Hex

#BE500F
(190,80,15)
0 Favorites   0 Comments

Color spaces of #be500f

RGB 1908015
HSL0.060.850.40
HSV22°92°75°
CMYK 0.000.580.92   0.25
XYZ24.190116.71902.4041
Yxy16.71900.55850.3860
Hunter Lab40.888934.046125.1362
CIE-Lab47.904041.413454.0710

#be500f color RGB value is (190,80,15).

#be500f hex color red value is 190, green value is 80 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #be500f hue: 0.06 , saturation: 0.85 and the lightness value of be500f is 0.40.

The process color (four color CMYK) of #be500f color hex is 0.00, 0.58, 0.92, 0.25. Web safe color of #be500f is #cc6600. Color #be500f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010000 00001111
Octal 276 120 17
Decimal 190 80 15
Hex BE 50 F

RGB Percentages of Color #be500f

%66.67
%28.07
%5.26

CMYK Percentages of Color #be500f

%0
%58
%92
%25

Triadic Colors of #be500f

#be500f #0fbe50 #500fbe

Analogous Colors of #be500f

#be500f #bea80f #be0f26

Monochromatic Colors of #be500f

#be500f

Complementary Color

#be500f #0f7dbe

#be500f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be500f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be500f Color CSS Codes

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

#be500f Text Font Color

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

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


#be500f Background Color

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

This div background color is #be500f


#be500f Border Color

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

This div border color is #be500f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be500f


Comments

No comments written yet.

Please login to write comment.