Color Hex Logo

#bea099 Color Hex

#BEA099
(190,160,153)
0 Favorites   0 Comments

Color spaces of #bea099

RGB 190160153
HSL0.030.220.67
HSV11°19°75°
CMYK 0.000.160.19   0.25
XYZ39.555838.388735.4619
Yxy38.38870.34880.3385
Hunter Lab61.95865.53099.4365
CIE-Lab68.30619.91387.7515

#bea099 color RGB value is (190,160,153).

#bea099 hex color red value is 190, green value is 160 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bea099 hue: 0.03 , saturation: 0.22 and the lightness value of bea099 is 0.67.

The process color (four color CMYK) of #bea099 color hex is 0.00, 0.16, 0.19, 0.25. Web safe color of #bea099 is #cc9999. Color #bea099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 10011001
Octal 276 240 231
Decimal 190 160 153
Hex BE A0 99

RGB Percentages of Color #bea099

%37.77
%31.81
%30.42

CMYK Percentages of Color #bea099

%0
%16
%19
%25

Triadic Colors of #bea099

#bea099 #99bea0 #a099be

Analogous Colors of #bea099

#bea099 #beb399 #be99a5

Monochromatic Colors of #bea099

#bea099

Complementary Color

#bea099 #99b7be

#bea099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea099 Color CSS Codes

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

#bea099 Text Font Color

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

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


#bea099 Background Color

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

This div background color is #bea099


#bea099 Border Color

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

This div border color is #bea099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea099


Comments

No comments written yet.

Please login to write comment.