Color Hex Logo

#be983f Color Hex

#BE983F
(190,152,63)
0 Favorites   0 Comments

Color spaces of #be983f

RGB 19015263
HSL0.120.500.50
HSV42°67°75°
CMYK 0.000.200.67   0.25
XYZ33.360633.76259.4611
Yxy33.76250.43560.4409
Hunter Lab58.10550.799131.0199
CIE-Lab64.77364.534950.6805

#be983f color RGB value is (190,152,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 00111111
Octal 276 230 77
Decimal 190 152 63
Hex BE 98 3F

RGB Percentages of Color #be983f

%46.91
%37.53
%15.56

CMYK Percentages of Color #be983f

%0
%20
%67
%25

Triadic Colors of #be983f

#be983f #3fbe98 #983fbe

Analogous Colors of #be983f

#be983f #a5be3f #be583f

Monochromatic Colors of #be983f

#be983f

Complementary Color

#be983f #3f65be

#be983f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be983f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be983f Color CSS Codes

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

#be983f Text Font Color

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

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


#be983f Background Color

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

This div background color is #be983f


#be983f Border Color

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

This div border color is #be983f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be983f


Comments

No comments written yet.

Please login to write comment.