Color Hex Logo

#becb9d Color Hex

#BECB9D
(190,203,157)
0 Favorites   0 Comments

Color spaces of #becb9d

RGB 190203157
HSL0.210.310.71
HSV77°23°80°
CMYK 0.060.000.23   0.20
XYZ48.676956.093340.1598
Yxy56.09330.33590.3870
Hunter Lab74.8955-15.054320.6348
CIE-Lab79.6669-12.322121.5128

#becb9d color RGB value is (190,203,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 10011101
Octal 276 313 235
Decimal 190 203 157
Hex BE CB 9D

RGB Percentages of Color #becb9d

%34.55
%36.91
%28.55

CMYK Percentages of Color #becb9d

%6
%0
%23
%20

Triadic Colors of #becb9d

#becb9d #9dbecb #cb9dbe

Analogous Colors of #becb9d

#becb9d #a7cb9d #cbc19d

Monochromatic Colors of #becb9d

#becb9d

Complementary Color

#becb9d #aa9dcb

#becb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#becb9d Color CSS Codes

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

#becb9d Text Font Color

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

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


#becb9d Background Color

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

This div background color is #becb9d


#becb9d Border Color

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

This div border color is #becb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becb9d


Comments

No comments written yet.

Please login to write comment.