Color Hex Logo

#be941f Color Hex

#BE941F
(190,148,31)
0 Favorites   0 Comments

Color spaces of #be941f

RGB 19014831
HSL0.120.720.43
HSV44°84°75°
CMYK 0.000.220.84   0.25
XYZ32.072432.22595.8261
Yxy32.22590.45740.4596
Hunter Lab56.76791.504233.6526
CIE-Lab63.52925.299561.7543

#be941f color RGB value is (190,148,31).

#be941f hex color red value is 190, green value is 148 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #be941f hue: 0.12 , saturation: 0.72 and the lightness value of be941f is 0.43.

The process color (four color CMYK) of #be941f color hex is 0.00, 0.22, 0.84, 0.25. Web safe color of #be941f is #cc9933. Color #be941f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010100 00011111
Octal 276 224 37
Decimal 190 148 31
Hex BE 94 1F

RGB Percentages of Color #be941f

%51.49
%40.11
%8.40

CMYK Percentages of Color #be941f

%0
%22
%84
%25

Triadic Colors of #be941f

#be941f #1fbe94 #941fbe

Analogous Colors of #be941f

#be941f #99be1f #be451f

Monochromatic Colors of #be941f

#be941f

Complementary Color

#be941f #1f49be

#be941f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be941f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be941f Color CSS Codes

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

#be941f Text Font Color

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

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


#be941f Background Color

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

This div background color is #be941f


#be941f Border Color

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

This div border color is #be941f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be941f


Comments

No comments written yet.

Please login to write comment.