Color Hex Logo

#be984a Color Hex

#BE984A
(190,152,74)
0 Favorites   0 Comments

Color spaces of #be984a

RGB 19015274
HSL0.110.470.52
HSV40°61°75°
CMYK 0.000.200.61   0.25
XYZ33.699533.898011.2454
Yxy33.89800.42740.4299
Hunter Lab58.22201.429229.3037
CIE-Lab64.88155.260145.6152

#be984a color RGB value is (190,152,74).

#be984a hex color red value is 190, green value is 152 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #be984a hue: 0.11 , saturation: 0.47 and the lightness value of be984a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 01001010
Octal 276 230 112
Decimal 190 152 74
Hex BE 98 4A

RGB Percentages of Color #be984a

%45.67
%36.54
%17.79

CMYK Percentages of Color #be984a

%0
%20
%61
%25

Triadic Colors of #be984a

#be984a #4abe98 #984abe

Analogous Colors of #be984a

#be984a #aabe4a #be5e4a

Monochromatic Colors of #be984a

#be984a

Complementary Color

#be984a #4a70be

#be984a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be984a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be984a Color CSS Codes

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

#be984a Text Font Color

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

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


#be984a Background Color

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

This div background color is #be984a


#be984a Border Color

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

This div border color is #be984a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be984a


Comments

No comments written yet.

Please login to write comment.