Color Hex Logo

#bec0ab Color Hex

#BEC0AB
(190,192,171)
0 Favorites   0 Comments

Color spaces of #bec0ab

RGB 190192171
HSL0.180.140.71
HSV66°11°75°
CMYK 0.010.000.11   0.25
XYZ47.435551.586745.9852
Yxy51.58670.32710.3558
Hunter Lab71.8239-7.802912.3163
CIE-Lab77.0330-4.399310.3472

#bec0ab color RGB value is (190,192,171).

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

The process color (four color CMYK) of #bec0ab color hex is 0.01, 0.00, 0.11, 0.25. Web safe color of #bec0ab is #cccc99. Color #bec0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 10101011
Octal 276 300 253
Decimal 190 192 171
Hex BE C0 AB

RGB Percentages of Color #bec0ab

%34.36
%34.72
%30.92

CMYK Percentages of Color #bec0ab

%1
%0
%11
%25

Triadic Colors of #bec0ab

#bec0ab #abbec0 #c0abbe

Analogous Colors of #bec0ab

#bec0ab #b4c0ab #c0b8ab

Monochromatic Colors of #bec0ab

#bec0ab

Complementary Color

#bec0ab #adabc0

#bec0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec0ab Color CSS Codes

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

#bec0ab Text Font Color

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

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


#bec0ab Background Color

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

This div background color is #bec0ab


#bec0ab Border Color

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

This div border color is #bec0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec0ab


Comments

No comments written yet.

Please login to write comment.