Color Hex Logo

#beacab Color Hex

#BEACAB
(190,172,171)
0 Favorites   0 Comments

Color spaces of #beacab

RGB 190172171
HSL0.010.130.71
HSV10°75°
CMYK 0.000.090.10   0.25
XYZ43.338443.392544.6195
Yxy43.39250.32990.3304
Hunter Lab65.87302.15905.9506
CIE-Lab71.82066.30422.8606

#beacab color RGB value is (190,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10101011
Octal 276 254 253
Decimal 190 172 171
Hex BE AC AB

RGB Percentages of Color #beacab

%35.65
%32.27
%32.08

CMYK Percentages of Color #beacab

%0
%9
%10
%25

Triadic Colors of #beacab

#beacab #abbeac #acabbe

Analogous Colors of #beacab

#beacab #beb6ab #beabb4

Monochromatic Colors of #beacab

#beacab

Complementary Color

#beacab #abbdbe

#beacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacab Color CSS Codes

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

#beacab Text Font Color

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

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


#beacab Background Color

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

This div background color is #beacab


#beacab Border Color

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

This div border color is #beacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacab


Comments

No comments written yet.

Please login to write comment.