Color Hex Logo

#bec29f Color Hex

#BEC29F
(190,194,159)
0 Favorites   0 Comments

Color spaces of #bec29f

RGB 190194159
HSL0.190.220.69
HSV67°18°76°
CMYK 0.020.000.18   0.24
XYZ46.785052.033940.3786
Yxy52.03390.33610.3738
Hunter Lab72.1345-10.463917.3055
CIE-Lab77.3011-7.376117.1738

#bec29f color RGB value is (190,194,159).

#bec29f hex color red value is 190, green value is 194 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bec29f hue: 0.19 , saturation: 0.22 and the lightness value of bec29f is 0.69.

The process color (four color CMYK) of #bec29f color hex is 0.02, 0.00, 0.18, 0.24. Web safe color of #bec29f is #cccc99. Color #bec29f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 10011111
Octal 276 302 237
Decimal 190 194 159
Hex BE C2 9F

RGB Percentages of Color #bec29f

%34.99
%35.73
%29.28

CMYK Percentages of Color #bec29f

%2
%0
%18
%24

Triadic Colors of #bec29f

#bec29f #9fbec2 #c29fbe

Analogous Colors of #bec29f

#bec29f #adc29f #c2b59f

Monochromatic Colors of #bec29f

#bec29f

Complementary Color

#bec29f #a39fc2

#bec29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec29f Color CSS Codes

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

#bec29f Text Font Color

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

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


#bec29f Background Color

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

This div background color is #bec29f


#bec29f Border Color

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

This div border color is #bec29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec29f


Comments

No comments written yet.

Please login to write comment.