Color Hex Logo

#be983a Color Hex

#BE983A
(190,152,58)
0 Favorites   0 Comments

Color spaces of #be983a

RGB 19015258
HSL0.120.530.49
HSV43°69°75°
CMYK 0.000.200.69   0.25
XYZ33.227233.70918.7582
Yxy33.70910.43900.4453
Hunter Lab58.05950.550531.6979
CIE-Lab64.73104.247852.8574

#be983a color RGB value is (190,152,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 00111010
Octal 276 230 72
Decimal 190 152 58
Hex BE 98 3A

RGB Percentages of Color #be983a

%47.50
%38.00
%14.50

CMYK Percentages of Color #be983a

%0
%20
%69
%25

Triadic Colors of #be983a

#be983a #3abe98 #983abe

Analogous Colors of #be983a

#be983a #a2be3a #be563a

Monochromatic Colors of #be983a

#be983a

Complementary Color

#be983a #3a60be

#be983a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be983a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be983a Color CSS Codes

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

#be983a Text Font Color

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

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


#be983a Background Color

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

This div background color is #be983a


#be983a Border Color

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

This div border color is #be983a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be983a


Comments

No comments written yet.

Please login to write comment.