Color Hex Logo

#becb89 Color Hex

#BECB89
(190,203,137)
0 Favorites   0 Comments

Color spaces of #becb89

RGB 190203137
HSL0.200.390.67
HSV72°33°80°
CMYK 0.060.000.33   0.20
XYZ47.106555.465231.8900
Yxy55.46520.35030.4125
Hunter Lab74.4750-17.427326.7446
CIE-Lab79.3085-15.126331.5056

#becb89 color RGB value is (190,203,137).

#becb89 hex color red value is 190, green value is 203 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #becb89 hue: 0.20 , saturation: 0.39 and the lightness value of becb89 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 10001001
Octal 276 313 211
Decimal 190 203 137
Hex BE CB 89

RGB Percentages of Color #becb89

%35.85
%38.30
%25.85

CMYK Percentages of Color #becb89

%6
%0
%33
%20

Triadic Colors of #becb89

#becb89 #89becb #cb89be

Analogous Colors of #becb89

#becb89 #9dcb89 #cbb789

Monochromatic Colors of #becb89

#becb89

Complementary Color

#becb89 #9689cb

#becb89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becb89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becb89 Color CSS Codes

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

#becb89 Text Font Color

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

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


#becb89 Background Color

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

This div background color is #becb89


#becb89 Border Color

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

This div border color is #becb89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becb89


Comments

No comments written yet.

Please login to write comment.