Color Hex Logo

#bec4ab Color Hex

#BEC4AB
(190,196,171)
0 Favorites   0 Comments

Color spaces of #bec4ab

RGB 190196171
HSL0.210.170.72
HSV74°13°77°
CMYK 0.030.000.13   0.23
XYZ48.325853.367346.2819
Yxy53.36730.32660.3607
Hunter Lab73.0529-9.761713.5745
CIE-Lab78.0914-6.495211.8498

#bec4ab color RGB value is (190,196,171).

#bec4ab hex color red value is 190, green value is 196 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bec4ab hue: 0.21 , saturation: 0.17 and the lightness value of bec4ab is 0.72.

The process color (four color CMYK) of #bec4ab color hex is 0.03, 0.00, 0.13, 0.23. Web safe color of #bec4ab is #cccc99. Color #bec4ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 10101011
Octal 276 304 253
Decimal 190 196 171
Hex BE C4 AB

RGB Percentages of Color #bec4ab

%34.11
%35.19
%30.70

CMYK Percentages of Color #bec4ab

%3
%0
%13
%23

Triadic Colors of #bec4ab

#bec4ab #abbec4 #c4abbe

Analogous Colors of #bec4ab

#bec4ab #b2c4ab #c4beab

Monochromatic Colors of #bec4ab

#bec4ab

Complementary Color

#bec4ab #b1abc4

#bec4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec4ab Color CSS Codes

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

#bec4ab Text Font Color

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

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


#bec4ab Background Color

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

This div background color is #bec4ab


#bec4ab Border Color

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

This div border color is #bec4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec4ab


Comments

No comments written yet.

Please login to write comment.