Color Hex Logo

#beaeab Color Hex

#BEAEAB
(190,174,171)
0 Favorites   0 Comments

Color spaces of #beaeab

RGB 190174171
HSL0.030.130.71
HSV10°75°
CMYK 0.000.080.10   0.25
XYZ43.721944.159544.7473
Yxy44.15950.32970.3330
Hunter Lab66.45261.15046.5926
CIE-Lab72.33505.21873.6058

#beaeab color RGB value is (190,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 10101011
Octal 276 256 253
Decimal 190 174 171
Hex BE AE AB

RGB Percentages of Color #beaeab

%35.51
%32.52
%31.96

CMYK Percentages of Color #beaeab

%0
%8
%10
%25

Triadic Colors of #beaeab

#beaeab #abbeae #aeabbe

Analogous Colors of #beaeab

#beaeab #beb8ab #beabb2

Monochromatic Colors of #beaeab

#beaeab

Complementary Color

#beaeab #abbbbe

#beaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaeab Color CSS Codes

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

#beaeab Text Font Color

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

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


#beaeab Background Color

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

This div background color is #beaeab


#beaeab Border Color

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

This div border color is #beaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaeab


Comments

No comments written yet.

Please login to write comment.