Color Hex Logo

#beabab Color Hex

#BEABAB
(190,171,171)
0 Favorites   0 Comments

Color spaces of #beabab

RGB 190171171
HSL0.000.130.71
HSV10°75°
CMYK 0.000.100.10   0.25
XYZ43.148843.013244.5563
Yxy43.01320.33010.3291
Hunter Lab65.58442.66455.6291
CIE-Lab71.56396.84842.4883

#beabab color RGB value is (190,171,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 10101011
Octal 276 253 253
Decimal 190 171 171
Hex BE AB AB

RGB Percentages of Color #beabab

%35.71
%32.14
%32.14

CMYK Percentages of Color #beabab

%0
%10
%10
%25

Triadic Colors of #beabab

#beabab #abbeab #ababbe

Analogous Colors of #beabab

#beabab #beb5ab #beabb5

Monochromatic Colors of #beabab

#beabab

Complementary Color

#beabab #abbebe

#beabab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabab Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabab Color CSS Codes

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

#beabab Text Font Color

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

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


#beabab Background Color

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

This div background color is #beabab


#beabab Border Color

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

This div border color is #beabab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabab


Comments

No comments written yet.

Please login to write comment.