Color Hex Logo

#bea37f Color Hex

#BEA37F
(190,163,127)
0 Favorites   0 Comments

Color spaces of #bea37f

RGB 190163127
HSL0.100.330.62
HSV34°33°75°
CMYK 0.000.140.33   0.25
XYZ38.163238.673825.5321
Yxy38.67380.37280.3778
Hunter Lab62.18830.711019.1896
CIE-Lab68.51434.583122.3834

#bea37f color RGB value is (190,163,127).

#bea37f hex color red value is 190, green value is 163 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bea37f hue: 0.10 , saturation: 0.33 and the lightness value of bea37f is 0.62.

The process color (four color CMYK) of #bea37f color hex is 0.00, 0.14, 0.33, 0.25. Web safe color of #bea37f is #cc9966. Color #bea37f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 01111111
Octal 276 243 177
Decimal 190 163 127
Hex BE A3 7F

RGB Percentages of Color #bea37f

%39.58
%33.96
%26.46

CMYK Percentages of Color #bea37f

%0
%14
%33
%25

Triadic Colors of #bea37f

#bea37f #7fbea3 #a37fbe

Analogous Colors of #bea37f

#bea37f #babe7f #be847f

Monochromatic Colors of #bea37f

#bea37f

Complementary Color

#bea37f #7f9abe

#bea37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea37f Color CSS Codes

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

#bea37f Text Font Color

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

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


#bea37f Background Color

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

This div background color is #bea37f


#bea37f Border Color

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

This div border color is #bea37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea37f


Comments

No comments written yet.

Please login to write comment.