Color Hex Logo

#bea098 Color Hex

#BEA098
(190,160,152)
0 Favorites   0 Comments

Color spaces of #bea098

RGB 190160152
HSL0.040.230.67
HSV13°20°75°
CMYK 0.000.160.20   0.25
XYZ39.473538.355835.0287
Yxy38.35580.34980.3399
Hunter Lab61.93215.38909.8181
CIE-Lab68.28209.75858.2726

#bea098 color RGB value is (190,160,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 10011000
Octal 276 240 230
Decimal 190 160 152
Hex BE A0 98

RGB Percentages of Color #bea098

%37.85
%31.87
%30.28

CMYK Percentages of Color #bea098

%0
%16
%20
%25

Triadic Colors of #bea098

#bea098 #98bea0 #a098be

Analogous Colors of #bea098

#bea098 #beb398 #be98a3

Monochromatic Colors of #bea098

#bea098

Complementary Color

#bea098 #98b6be

#bea098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea098 Color CSS Codes

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

#bea098 Text Font Color

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

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


#bea098 Background Color

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

This div background color is #bea098


#bea098 Border Color

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

This div border color is #bea098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,160,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 #bea098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea098


Comments

No comments written yet.

Please login to write comment.