Color Hex Logo

#bea998 Color Hex

#BEA998
(190,169,152)
1 Favorites   0 Comments

Color spaces of #bea998

RGB 190169152
HSL0.070.230.67
HSV27°20°75°
CMYK 0.000.110.20   0.25
XYZ41.090741.590135.5677
Yxy41.59010.34750.3517
Hunter Lab64.49040.874912.4437
CIE-Lab70.58744.848111.5480

#bea998 color RGB value is (190,169,152).

#bea998 hex color red value is 190, green value is 169 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bea998 hue: 0.07 , saturation: 0.23 and the lightness value of bea998 is 0.67.

The process color (four color CMYK) of #bea998 color hex is 0.00, 0.11, 0.20, 0.25. Web safe color of #bea998 is #cc9999. Color #bea998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 10011000
Octal 276 251 230
Decimal 190 169 152
Hex BE A9 98

RGB Percentages of Color #bea998

%37.18
%33.07
%29.75

CMYK Percentages of Color #bea998

%0
%11
%20
%25

Triadic Colors of #bea998

#bea998 #98bea9 #a998be

Analogous Colors of #bea998

#bea998 #bebc98 #be989a

Monochromatic Colors of #bea998

#bea998

Complementary Color

#bea998 #98adbe

#bea998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea998 Color CSS Codes

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

#bea998 Text Font Color

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

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


#bea998 Background Color

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

This div background color is #bea998


#bea998 Border Color

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

This div border color is #bea998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea998


Comments

No comments written yet.

Please login to write comment.