Color Hex Logo

#beafaa Color Hex

#BEAFAA
(190,175,170)
0 Favorites   0 Comments

Color spaces of #beafaa

RGB 190175170
HSL0.040.130.71
HSV15°11°75°
CMYK 0.000.080.11   0.25
XYZ43.820944.509444.3118
Yxy44.50940.33040.3356
Hunter Lab66.71540.49297.3208
CIE-Lab72.56774.50684.4910

#beafaa color RGB value is (190,175,170).

#beafaa hex color red value is 190, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #beafaa hue: 0.04 , saturation: 0.13 and the lightness value of beafaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 10101010
Octal 276 257 252
Decimal 190 175 170
Hex BE AF AA

RGB Percentages of Color #beafaa

%35.51
%32.71
%31.78

CMYK Percentages of Color #beafaa

%0
%8
%11
%25

Triadic Colors of #beafaa

#beafaa #aabeaf #afaabe

Analogous Colors of #beafaa

#beafaa #beb9aa #beaaaf

Monochromatic Colors of #beafaa

#beafaa

Complementary Color

#beafaa #aab9be

#beafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafaa Color CSS Codes

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

#beafaa Text Font Color

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

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


#beafaa Background Color

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

This div background color is #beafaa


#beafaa Border Color

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

This div border color is #beafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafaa


Comments

No comments written yet.

Please login to write comment.