Color Hex Logo

#bea19e Color Hex

#BEA19E
(190,161,158)
0 Favorites   0 Comments

Color spaces of #bea19e

RGB 190161158
HSL0.020.200.68
HSV17°75°
CMYK 0.000.150.17   0.25
XYZ40.151638.905537.7410
Yxy38.90550.34380.3331
Hunter Lab62.37435.74917.7872
CIE-Lab68.682810.15535.5140

#bea19e color RGB value is (190,161,158).

#bea19e hex color red value is 190, green value is 161 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bea19e hue: 0.02 , saturation: 0.20 and the lightness value of bea19e is 0.68.

The process color (four color CMYK) of #bea19e color hex is 0.00, 0.15, 0.17, 0.25. Web safe color of #bea19e is #cc9999. Color #bea19e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 10011110
Octal 276 241 236
Decimal 190 161 158
Hex BE A1 9E

RGB Percentages of Color #bea19e

%37.33
%31.63
%31.04

CMYK Percentages of Color #bea19e

%0
%15
%17
%25

Triadic Colors of #bea19e

#bea19e #9ebea1 #a19ebe

Analogous Colors of #bea19e

#bea19e #beb19e #be9eab

Monochromatic Colors of #bea19e

#bea19e

Complementary Color

#bea19e #9ebbbe

#bea19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea19e Color CSS Codes

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

#bea19e Text Font Color

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

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


#bea19e Background Color

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

This div background color is #bea19e


#bea19e Border Color

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

This div border color is #bea19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea19e


Comments

No comments written yet.

Please login to write comment.