Color Hex Logo

#be983e Color Hex

#BE983E
(190,152,62)
0 Favorites   0 Comments

Color spaces of #be983e

RGB 19015262
HSL0.120.510.49
HSV42°67°75°
CMYK 0.000.200.67   0.25
XYZ33.332933.75149.3153
Yxy33.75140.43630.4418
Hunter Lab58.09600.747531.1604
CIE-Lab64.76484.475451.1226

#be983e color RGB value is (190,152,62).

#be983e hex color red value is 190, green value is 152 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #be983e hue: 0.12 , saturation: 0.51 and the lightness value of be983e is 0.49.

The process color (four color CMYK) of #be983e color hex is 0.00, 0.20, 0.67, 0.25. Web safe color of #be983e is #cc9933. Color #be983e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 00111110
Octal 276 230 76
Decimal 190 152 62
Hex BE 98 3E

RGB Percentages of Color #be983e

%47.03
%37.62
%15.35

CMYK Percentages of Color #be983e

%0
%20
%67
%25

Triadic Colors of #be983e

#be983e #3ebe98 #983ebe

Analogous Colors of #be983e

#be983e #a4be3e #be583e

Monochromatic Colors of #be983e

#be983e

Complementary Color

#be983e #3e64be

#be983e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be983e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be983e Color CSS Codes

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

#be983e Text Font Color

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

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


#be983e Background Color

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

This div background color is #be983e


#be983e Border Color

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

This div border color is #be983e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be983e


Comments

No comments written yet.

Please login to write comment.