Color Hex Logo

#becba0 Color Hex

#BECBA0
(190,203,160)
0 Favorites   0 Comments

Color spaces of #becba0

RGB 190203160
HSL0.220.290.71
HSV78°21°80°
CMYK 0.060.000.21   0.20
XYZ48.936356.197141.5256
Yxy56.19710.33370.3832
Hunter Lab74.9647-14.665119.6325
CIE-Lab79.7259-11.867020.0065

#becba0 color RGB value is (190,203,160).

#becba0 hex color red value is 190, green value is 203 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #becba0 hue: 0.22 , saturation: 0.29 and the lightness value of becba0 is 0.71.

The process color (four color CMYK) of #becba0 color hex is 0.06, 0.00, 0.21, 0.20. Web safe color of #becba0 is #cccc99. Color #becba0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 10100000
Octal 276 313 240
Decimal 190 203 160
Hex BE CB A0

RGB Percentages of Color #becba0

%34.36
%36.71
%28.93

CMYK Percentages of Color #becba0

%6
%0
%21
%20

Triadic Colors of #becba0

#becba0 #a0becb #cba0be

Analogous Colors of #becba0

#becba0 #a9cba0 #cbc3a0

Monochromatic Colors of #becba0

#becba0

Complementary Color

#becba0 #ada0cb

#becba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becba0 Color CSS Codes

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

#becba0 Text Font Color

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

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


#becba0 Background Color

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

This div background color is #becba0


#becba0 Border Color

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

This div border color is #becba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becba0


Comments

No comments written yet.

Please login to write comment.