Color Hex Logo

#beaabd Color Hex

#BEAABD
(190,170,189)
0 Favorites   0 Comments

Color spaces of #beaabd

RGB 190170189
HSL0.840.130.71
HSV303°11°75°
CMYK 0.000.110.01   0.25
XYZ44.795243.370754.1545
Yxy43.37070.31470.3047
Hunter Lab65.85646.1660-2.6553
CIE-Lab71.805910.6323-7.0713

#beaabd color RGB value is (190,170,189).

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

The process color (four color CMYK) of #beaabd color hex is 0.00, 0.11, 0.01, 0.25. Web safe color of #beaabd is #cc99cc. Color #beaabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 10111101
Octal 276 252 275
Decimal 190 170 189
Hex BE AA BD

RGB Percentages of Color #beaabd

%34.61
%30.97
%34.43

CMYK Percentages of Color #beaabd

%0
%11
%1
%25

Triadic Colors of #beaabd

#beaabd #bdbeaa #aabdbe

Analogous Colors of #beaabd

#beaabd #beaab3 #b5aabe

Monochromatic Colors of #beaabd

#beaabd

Complementary Color

#beaabd #aabeab

#beaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaabd Color CSS Codes

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

#beaabd Text Font Color

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

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


#beaabd Background Color

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

This div background color is #beaabd


#beaabd Border Color

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

This div border color is #beaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaabd


Comments

No comments written yet.

Please login to write comment.