Color Hex Logo

#be700a Color Hex

#BE700A
(190,112,10)
0 Favorites   0 Comments

Color spaces of #be700a

RGB 19011210
HSL0.090.900.39
HSV34°95°75°
CMYK 0.000.410.95   0.25
XYZ27.084222.55743.2137
Yxy22.55740.51240.4268
Hunter Lab47.494618.675529.2344
CIE-Lab54.613524.656759.9393

#be700a color RGB value is (190,112,10).

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

The process color (four color CMYK) of #be700a color hex is 0.00, 0.41, 0.95, 0.25. Web safe color of #be700a is #cc6600. Color #be700a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110000 00001010
Octal 276 160 12
Decimal 190 112 10
Hex BE 70 A

RGB Percentages of Color #be700a

%60.90
%35.90
%3.21

CMYK Percentages of Color #be700a

%0
%41
%95
%25

Triadic Colors of #be700a

#be700a #0abe70 #700abe

Analogous Colors of #be700a

#be700a #b2be0a #be160a

Monochromatic Colors of #be700a

#be700a

Complementary Color

#be700a #0a58be

#be700a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be700a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be700a Color CSS Codes

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

#be700a Text Font Color

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

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


#be700a Background Color

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

This div background color is #be700a


#be700a Border Color

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

This div border color is #be700a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,112,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 #be700a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be700a


Comments

No comments written yet.

Please login to write comment.