Color Hex Logo

#bec59a Color Hex

#BEC59A
(190,197,154)
0 Favorites   0 Comments

Color spaces of #bec59a

RGB 190197154
HSL0.190.270.69
HSV70°22°77°
CMYK 0.040.000.22   0.23
XYZ47.034253.212738.3640
Yxy53.21270.33930.3839
Hunter Lab72.9470-12.565519.8814
CIE-Lab78.0004-9.690620.8101

#bec59a color RGB value is (190,197,154).

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

The process color (four color CMYK) of #bec59a color hex is 0.04, 0.00, 0.22, 0.23. Web safe color of #bec59a is #cccc99. Color #bec59a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000101 10011010
Octal 276 305 232
Decimal 190 197 154
Hex BE C5 9A

RGB Percentages of Color #bec59a

%35.12
%36.41
%28.47

CMYK Percentages of Color #bec59a

%4
%0
%22
%23

Triadic Colors of #bec59a

#bec59a #9abec5 #c59abe

Analogous Colors of #bec59a

#bec59a #a9c59a #c5b79a

Monochromatic Colors of #bec59a

#bec59a

Complementary Color

#bec59a #a19ac5

#bec59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec59a Color CSS Codes

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

#bec59a Text Font Color

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

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


#bec59a Background Color

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

This div background color is #bec59a


#bec59a Border Color

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

This div border color is #bec59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec59a


Comments

No comments written yet.

Please login to write comment.