Color Hex Logo

#becb7e Color Hex

#BECB7E
(190,203,126)
0 Favorites   0 Comments

Color spaces of #becb7e

RGB 190203126
HSL0.190.430.65
HSV70°38°80°
CMYK 0.060.000.38   0.20
XYZ46.357055.165427.9434
Yxy55.16540.35810.4261
Hunter Lab74.2734-18.569529.6851
CIE-Lab79.1364-16.494536.9310

#becb7e color RGB value is (190,203,126).

#becb7e hex color red value is 190, green value is 203 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #becb7e hue: 0.19 , saturation: 0.43 and the lightness value of becb7e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 01111110
Octal 276 313 176
Decimal 190 203 126
Hex BE CB 7E

RGB Percentages of Color #becb7e

%36.61
%39.11
%24.28

CMYK Percentages of Color #becb7e

%6
%0
%38
%20

Triadic Colors of #becb7e

#becb7e #7ebecb #cb7ebe

Analogous Colors of #becb7e

#becb7e #98cb7e #cbb27e

Monochromatic Colors of #becb7e

#becb7e

Complementary Color

#becb7e #8b7ecb

#becb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#becb7e Color CSS Codes

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

#becb7e Text Font Color

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

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


#becb7e Background Color

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

This div background color is #becb7e


#becb7e Border Color

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

This div border color is #becb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becb7e


Comments

No comments written yet.

Please login to write comment.