Color Hex Logo

#beabb1 Color Hex

#BEABB1
(190,171,177)
0 Favorites   0 Comments

Color spaces of #beabb1

RGB 190171177
HSL0.950.130.71
HSV341°10°75°
CMYK 0.000.100.07   0.25
XYZ43.733943.247347.6375
Yxy43.24730.32490.3213
Hunter Lab65.76273.62253.0851
CIE-Lab71.72257.8940-0.5850

#beabb1 color RGB value is (190,171,177).

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

The process color (four color CMYK) of #beabb1 color hex is 0.00, 0.10, 0.07, 0.25. Web safe color of #beabb1 is #cc9999. Color #beabb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 10110001
Octal 276 253 261
Decimal 190 171 177
Hex BE AB B1

RGB Percentages of Color #beabb1

%35.32
%31.78
%32.90

CMYK Percentages of Color #beabb1

%0
%10
%7
%25

Triadic Colors of #beabb1

#beabb1 #b1beab #abb1be

Analogous Colors of #beabb1

#beabb1 #beafab #beabbb

Monochromatic Colors of #beabb1

#beabb1

Complementary Color

#beabb1 #abbeb8

#beabb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabb1 Color CSS Codes

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

#beabb1 Text Font Color

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

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


#beabb1 Background Color

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

This div background color is #beabb1


#beabb1 Border Color

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

This div border color is #beabb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabb1


Comments

No comments written yet.

Please login to write comment.