Color Hex Logo

#beaea9 Color Hex

#BEAEA9
(190,174,169)
0 Favorites   0 Comments

Color spaces of #beaea9

RGB 190174169
HSL0.040.140.70
HSV14°11°75°
CMYK 0.000.080.11   0.25
XYZ43.532744.083843.7507
Yxy44.08380.33140.3356
Hunter Lab66.39560.84237.4084
CIE-Lab72.28454.87894.6309

#beaea9 color RGB value is (190,174,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 10101001
Octal 276 256 251
Decimal 190 174 169
Hex BE AE A9

RGB Percentages of Color #beaea9

%35.65
%32.65
%31.71

CMYK Percentages of Color #beaea9

%0
%8
%11
%25

Triadic Colors of #beaea9

#beaea9 #a9beae #aea9be

Analogous Colors of #beaea9

#beaea9 #beb9a9 #bea9af

Monochromatic Colors of #beaea9

#beaea9

Complementary Color

#beaea9 #a9b9be

#beaea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaea9 Color CSS Codes

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

#beaea9 Text Font Color

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

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


#beaea9 Background Color

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

This div background color is #beaea9


#beaea9 Border Color

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

This div border color is #beaea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaea9

#beaea9 Color Palettes


Comments

No comments written yet.

Please login to write comment.