Color Hex Logo

#be920a Color Hex

#BE920A
(190,146,10)
0 Favorites   0 Comments

Color spaces of #be920a

RGB 19014610
HSL0.130.900.39
HSV45°95°75°
CMYK 0.000.230.95   0.25
XYZ31.568931.52684.7086
Yxy31.52680.46560.4650
Hunter Lab56.14872.099034.3321
CIE-Lab62.94985.965365.9199

#be920a color RGB value is (190,146,10).

#be920a hex color red value is 190, green value is 146 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #be920a hue: 0.13 , saturation: 0.90 and the lightness value of be920a is 0.39.

The process color (four color CMYK) of #be920a color hex is 0.00, 0.23, 0.95, 0.25. Web safe color of #be920a is #cc9900. Color #be920a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010010 00001010
Octal 276 222 12
Decimal 190 146 10
Hex BE 92 A

RGB Percentages of Color #be920a

%54.91
%42.20
%2.89

CMYK Percentages of Color #be920a

%0
%23
%95
%25

Triadic Colors of #be920a

#be920a #0abe92 #920abe

Analogous Colors of #be920a

#be920a #90be0a #be380a

Monochromatic Colors of #be920a

#be920a

Complementary Color

#be920a #0a36be

#be920a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be920a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be920a Color CSS Codes

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

#be920a Text Font Color

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

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


#be920a Background Color

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

This div background color is #be920a


#be920a Border Color

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

This div border color is #be920a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be920a


Comments

No comments written yet.

Please login to write comment.