Color Hex Logo

#beaab6 Color Hex

#BEAAB6
(190,170,182)
0 Favorites   0 Comments

Color spaces of #beaab6

RGB 190170182
HSL0.900.130.71
HSV324°11°75°
CMYK 0.000.110.04   0.25
XYZ44.053443.074050.2482
Yxy43.07400.32070.3135
Hunter Lab65.63084.96080.5480
CIE-Lab71.60529.3375-3.5118

#beaab6 color RGB value is (190,170,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 10110110
Octal 276 252 266
Decimal 190 170 182
Hex BE AA B6

RGB Percentages of Color #beaab6

%35.06
%31.37
%33.58

CMYK Percentages of Color #beaab6

%0
%11
%4
%25

Triadic Colors of #beaab6

#beaab6 #b6beaa #aab6be

Analogous Colors of #beaab6

#beaab6 #beaaac #bcaabe

Monochromatic Colors of #beaab6

#beaab6

Complementary Color

#beaab6 #aabeb2

#beaab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaab6 Color CSS Codes

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

#beaab6 Text Font Color

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

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


#beaab6 Background Color

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

This div background color is #beaab6


#beaab6 Border Color

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

This div border color is #beaab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaab6


Comments

No comments written yet.

Please login to write comment.