Color Hex Logo

#becb5f Color Hex

#BECB5F
(190,203,95)
0 Favorites   0 Comments

Color spaces of #becb5f

RGB 19020395
HSL0.190.510.58
HSV67°53°80°
CMYK 0.060.000.53   0.20
XYZ44.656754.485218.9895
Yxy54.48520.37800.4612
Hunter Lab73.8141-21.184236.4168
CIE-Lab78.7438-19.674151.6099

#becb5f color RGB value is (190,203,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 01011111
Octal 276 313 137
Decimal 190 203 95
Hex BE CB 5F

RGB Percentages of Color #becb5f

%38.93
%41.60
%19.47

CMYK Percentages of Color #becb5f

%6
%0
%53
%20

Triadic Colors of #becb5f

#becb5f #5fbecb #cb5fbe

Analogous Colors of #becb5f

#becb5f #88cb5f #cba25f

Monochromatic Colors of #becb5f

#becb5f

Complementary Color

#becb5f #6c5fcb

#becb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#becb5f Color CSS Codes

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

#becb5f Text Font Color

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

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


#becb5f Background Color

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

This div background color is #becb5f


#becb5f Border Color

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

This div border color is #becb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becb5f


Comments

No comments written yet.

Please login to write comment.