Color Hex Logo

#bea7ab Color Hex

#BEA7AB
(190,167,171)
0 Favorites   0 Comments

Color spaces of #bea7ab

RGB 190167171
HSL0.970.150.70
HSV350°12°75°
CMYK 0.000.120.10   0.25
XYZ42.404641.524944.3082
Yxy41.52490.33070.3238
Hunter Lab64.43984.69224.3406
CIE-Lab70.54219.03071.0027

#bea7ab color RGB value is (190,167,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 10101011
Octal 276 247 253
Decimal 190 167 171
Hex BE A7 AB

RGB Percentages of Color #bea7ab

%35.98
%31.63
%32.39

CMYK Percentages of Color #bea7ab

%0
%12
%10
%25

Triadic Colors of #bea7ab

#bea7ab #abbea7 #a7abbe

Analogous Colors of #bea7ab

#bea7ab #beafa7 #bea7b7

Monochromatic Colors of #bea7ab

#bea7ab

Complementary Color

#bea7ab #a7beba

#bea7ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea7ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea7ab Color CSS Codes

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

#bea7ab Text Font Color

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

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


#bea7ab Background Color

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

This div background color is #bea7ab


#bea7ab Border Color

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

This div border color is #bea7ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea7ab


Comments

No comments written yet.

Please login to write comment.