Color Hex Logo

#becb82 Color Hex

#BECB82
(190,203,130)
0 Favorites   0 Comments

Color spaces of #becb82

RGB 190203130
HSL0.200.410.65
HSV71°36°80°
CMYK 0.060.000.36   0.20
XYZ46.620455.270729.3303
Yxy55.27070.35530.4212
Hunter Lab74.3443-18.167328.6499
CIE-Lab79.1969-16.011334.9665

#becb82 color RGB value is (190,203,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 10000010
Octal 276 313 202
Decimal 190 203 130
Hex BE CB 82

RGB Percentages of Color #becb82

%36.33
%38.81
%24.86

CMYK Percentages of Color #becb82

%6
%0
%36
%20

Triadic Colors of #becb82

#becb82 #82becb #cb82be

Analogous Colors of #becb82

#becb82 #9acb82 #cbb482

Monochromatic Colors of #becb82

#becb82

Complementary Color

#becb82 #8f82cb

#becb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becb82 Color CSS Codes

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

#becb82 Text Font Color

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

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


#becb82 Background Color

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

This div background color is #becb82


#becb82 Border Color

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

This div border color is #becb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becb82


Comments

No comments written yet.

Please login to write comment.