Color Hex Logo

#be994f Color Hex

#BE994F
(190,153,79)
0 Favorites   0 Comments

Color spaces of #be994f

RGB 19015379
HSL0.110.460.53
HSV40°58°75°
CMYK 0.000.190.58   0.25
XYZ34.037734.294112.2226
Yxy34.29410.42250.4257
Hunter Lab58.56121.268128.6181
CIE-Lab65.19535.087343.5133

#be994f color RGB value is (190,153,79).

#be994f hex color red value is 190, green value is 153 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #be994f hue: 0.11 , saturation: 0.46 and the lightness value of be994f is 0.53.

The process color (four color CMYK) of #be994f color hex is 0.00, 0.19, 0.58, 0.25. Web safe color of #be994f is #cc9966. Color #be994f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011001 01001111
Octal 276 231 117
Decimal 190 153 79
Hex BE 99 4F

RGB Percentages of Color #be994f

%45.02
%36.26
%18.72

CMYK Percentages of Color #be994f

%0
%19
%58
%25

Triadic Colors of #be994f

#be994f #4fbe99 #994fbe

Analogous Colors of #be994f

#be994f #acbe4f #be624f

Monochromatic Colors of #be994f

#be994f

Complementary Color

#be994f #4f74be

#be994f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be994f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be994f Color CSS Codes

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

#be994f Text Font Color

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

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


#be994f Background Color

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

This div background color is #be994f


#be994f Border Color

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

This div border color is #be994f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be994f


Comments

No comments written yet.

Please login to write comment.