Color Hex Logo

#be5d22 Color Hex

#BE5D22
(190,93,34)
0 Favorites   0 Comments

Color spaces of #be5d22

RGB 1909334
HSL0.060.700.44
HSV23°82°75°
CMYK 0.000.510.82   0.25
XYZ25.438318.89133.8190
Yxy18.89130.52830.3924
Hunter Lab43.464128.408725.2153
CIE-Lab50.559835.324949.2906

#be5d22 color RGB value is (190,93,34).

#be5d22 hex color red value is 190, green value is 93 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #be5d22 hue: 0.06 , saturation: 0.70 and the lightness value of be5d22 is 0.44.

The process color (four color CMYK) of #be5d22 color hex is 0.00, 0.51, 0.82, 0.25. Web safe color of #be5d22 is #cc6633. Color #be5d22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011101 00100010
Octal 276 135 42
Decimal 190 93 34
Hex BE 5D 22

RGB Percentages of Color #be5d22

%59.94
%29.34
%10.73

CMYK Percentages of Color #be5d22

%0
%51
%82
%25

Triadic Colors of #be5d22

#be5d22 #22be5d #5d22be

Analogous Colors of #be5d22

#be5d22 #beab22 #be2235

Monochromatic Colors of #be5d22

#be5d22

Complementary Color

#be5d22 #2283be

#be5d22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5d22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5d22 Color CSS Codes

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

#be5d22 Text Font Color

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

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


#be5d22 Background Color

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

This div background color is #be5d22


#be5d22 Border Color

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

This div border color is #be5d22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5d22


Comments

No comments written yet.

Please login to write comment.