Color Hex Logo

#becb9b Color Hex

#BECB9B
(190,203,155)
0 Favorites   0 Comments

Color spaces of #becb9b

RGB 190203155
HSL0.210.320.70
HSV76°24°80°
CMYK 0.060.000.24   0.20
XYZ48.507556.025639.2677
Yxy56.02560.33730.3896
Hunter Lab74.8503-15.309121.2906
CIE-Lab79.6284-12.620722.5164

#becb9b color RGB value is (190,203,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 10011011
Octal 276 313 233
Decimal 190 203 155
Hex BE CB 9B

RGB Percentages of Color #becb9b

%34.67
%37.04
%28.28

CMYK Percentages of Color #becb9b

%6
%0
%24
%20

Triadic Colors of #becb9b

#becb9b #9bbecb #cb9bbe

Analogous Colors of #becb9b

#becb9b #a6cb9b #cbc09b

Monochromatic Colors of #becb9b

#becb9b

Complementary Color

#becb9b #a89bcb

#becb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#becb9b Color CSS Codes

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

#becb9b Text Font Color

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

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


#becb9b Background Color

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

This div background color is #becb9b


#becb9b Border Color

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

This div border color is #becb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becb9b


Comments

No comments written yet.

Please login to write comment.