Color Hex Logo

#beaa71 Color Hex

#BEAA71
(190,170,113)
0 Favorites   0 Comments

Color spaces of #beaa71

RGB 190170113
HSL0.120.370.59
HSV44°41°75°
CMYK 0.000.110.41   0.25
XYZ38.590640.888921.4812
Yxy40.88890.38220.4050
Hunter Lab63.9444-4.177624.8435
CIE-Lab70.0980-0.871232.0154

#beaa71 color RGB value is (190,170,113).

#beaa71 hex color red value is 190, green value is 170 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #beaa71 hue: 0.12 , saturation: 0.37 and the lightness value of beaa71 is 0.59.

The process color (four color CMYK) of #beaa71 color hex is 0.00, 0.11, 0.41, 0.25. Web safe color of #beaa71 is #cc9966. Color #beaa71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 01110001
Octal 276 252 161
Decimal 190 170 113
Hex BE AA 71

RGB Percentages of Color #beaa71

%40.17
%35.94
%23.89

CMYK Percentages of Color #beaa71

%0
%11
%41
%25

Triadic Colors of #beaa71

#beaa71 #71beaa #aa71be

Analogous Colors of #beaa71

#beaa71 #acbe71 #be8471

Monochromatic Colors of #beaa71

#beaa71

Complementary Color

#beaa71 #7185be

#beaa71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaa71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaa71 Color CSS Codes

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

#beaa71 Text Font Color

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

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


#beaa71 Background Color

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

This div background color is #beaa71


#beaa71 Border Color

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

This div border color is #beaa71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaa71


Comments

No comments written yet.

Please login to write comment.