Color Hex Logo

#bec29d Color Hex

#BEC29D
(190,194,157)
0 Favorites   0 Comments

Color spaces of #bec29d

RGB 190194157
HSL0.180.230.69
HSV66°19°76°
CMYK 0.020.000.19   0.24
XYZ46.612851.965039.4718
Yxy51.96500.33770.3764
Hunter Lab72.0868-10.730017.9959
CIE-Lab77.2599-7.683418.1866

#bec29d color RGB value is (190,194,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 10011101
Octal 276 302 235
Decimal 190 194 157
Hex BE C2 9D

RGB Percentages of Color #bec29d

%35.12
%35.86
%29.02

CMYK Percentages of Color #bec29d

%2
%0
%19
%24

Triadic Colors of #bec29d

#bec29d #9dbec2 #c29dbe

Analogous Colors of #bec29d

#bec29d #acc29d #c2b49d

Monochromatic Colors of #bec29d

#bec29d

Complementary Color

#bec29d #a19dc2

#bec29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec29d Color CSS Codes

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

#bec29d Text Font Color

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

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


#bec29d Background Color

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

This div background color is #bec29d


#bec29d Border Color

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

This div border color is #bec29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec29d


Comments

No comments written yet.

Please login to write comment.