Color Hex Logo

#be5310 Color Hex

#BE5310
(190,83,16)
0 Favorites   0 Comments

Color spaces of #be5310

RGB 1908316
HSL0.060.840.40
HSV23°92°75°
CMYK 0.000.560.92   0.25
XYZ24.422017.17112.5174
Yxy17.17110.55370.3893
Hunter Lab41.438032.684625.4047
CIE-Lab48.474939.962054.1874

#be5310 color RGB value is (190,83,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010011 00010000
Octal 276 123 20
Decimal 190 83 16
Hex BE 53 10

RGB Percentages of Color #be5310

%65.74
%28.72
%5.54

CMYK Percentages of Color #be5310

%0
%56
%92
%25

Triadic Colors of #be5310

#be5310 #10be53 #5310be

Analogous Colors of #be5310

#be5310 #beaa10 #be1024

Monochromatic Colors of #be5310

#be5310

Complementary Color

#be5310 #107bbe

#be5310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5310 Color CSS Codes

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

#be5310 Text Font Color

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

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


#be5310 Background Color

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

This div background color is #be5310


#be5310 Border Color

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

This div border color is #be5310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5310


Comments

No comments written yet.

Please login to write comment.