Color Hex Logo

#beabb6 Color Hex

#BEABB6
(190,171,182)
0 Favorites   0 Comments

Color spaces of #beabb6

RGB 190171182
HSL0.900.130.71
HSV325°10°75°
CMYK 0.000.100.04   0.25
XYZ44.241643.450450.3109
Yxy43.45040.32060.3149
Hunter Lab65.91694.44960.8889
CIE-Lab71.85968.7910-3.1373

#beabb6 color RGB value is (190,171,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 10110110
Octal 276 253 266
Decimal 190 171 182
Hex BE AB B6

RGB Percentages of Color #beabb6

%34.99
%31.49
%33.52

CMYK Percentages of Color #beabb6

%0
%10
%4
%25

Triadic Colors of #beabb6

#beabb6 #b6beab #abb6be

Analogous Colors of #beabb6

#beabb6 #beabad #bdabbe

Monochromatic Colors of #beabb6

#beabb6

Complementary Color

#beabb6 #abbeb3

#beabb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabb6 Color CSS Codes

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

#beabb6 Text Font Color

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

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


#beabb6 Background Color

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

This div background color is #beabb6


#beabb6 Border Color

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

This div border color is #beabb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabb6


Comments

No comments written yet.

Please login to write comment.