Color Hex Logo

#becba3 Color Hex

#BECBA3
(190,203,163)
0 Favorites   0 Comments

Color spaces of #becba3

RGB 190203163
HSL0.220.280.72
HSV80°20°80°
CMYK 0.060.000.20   0.20
XYZ49.202056.303442.9247
Yxy56.30340.33150.3793
Hunter Lab75.0356-14.267118.6076
CIE-Lab79.7862-11.403018.4996

#becba3 color RGB value is (190,203,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 10100011
Octal 276 313 243
Decimal 190 203 163
Hex BE CB A3

RGB Percentages of Color #becba3

%34.17
%36.51
%29.32

CMYK Percentages of Color #becba3

%6
%0
%20
%20

Triadic Colors of #becba3

#becba3 #a3becb #cba3be

Analogous Colors of #becba3

#becba3 #aacba3 #cbc4a3

Monochromatic Colors of #becba3

#becba3

Complementary Color

#becba3 #b0a3cb

#becba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becba3 Color CSS Codes

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

#becba3 Text Font Color

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

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


#becba3 Background Color

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

This div background color is #becba3


#becba3 Border Color

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

This div border color is #becba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becba3


Comments

No comments written yet.

Please login to write comment.