Color Hex Logo

#bea9ab Color Hex

#BEA9AB
(190,169,171)
0 Favorites   0 Comments

Color spaces of #bea9ab

RGB 190169171
HSL0.980.140.70
HSV354°11°75°
CMYK 0.000.110.10   0.25
XYZ42.773942.263444.4313
Yxy42.26340.33040.3264
Hunter Lab65.01033.67714.9855
CIE-Lab71.05217.93821.7449

#bea9ab color RGB value is (190,169,171).

#bea9ab hex color red value is 190, green value is 169 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bea9ab hue: 0.98 , saturation: 0.14 and the lightness value of bea9ab is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 10101011
Octal 276 251 253
Decimal 190 169 171
Hex BE A9 AB

RGB Percentages of Color #bea9ab

%35.85
%31.89
%32.26

CMYK Percentages of Color #bea9ab

%0
%11
%10
%25

Triadic Colors of #bea9ab

#bea9ab #abbea9 #a9abbe

Analogous Colors of #bea9ab

#bea9ab #beb2a9 #bea9b6

Monochromatic Colors of #bea9ab

#bea9ab

Complementary Color

#bea9ab #a9bebc

#bea9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea9ab Color CSS Codes

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

#bea9ab Text Font Color

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

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


#bea9ab Background Color

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

This div background color is #bea9ab


#bea9ab Border Color

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

This div border color is #bea9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea9ab


Comments

No comments written yet.

Please login to write comment.