Color Hex Logo

#bec58a Color Hex

#BEC58A
(190,197,138)
0 Favorites   0 Comments

Color spaces of #bec58a

RGB 190197138
HSL0.190.340.66
HSV67°30°77°
CMYK 0.040.000.30   0.23
XYZ45.788952.714631.8064
Yxy52.71460.35140.4045
Hunter Lab72.6048-14.485824.8499
CIE-Lab77.7062-11.944028.8592

#bec58a color RGB value is (190,197,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000101 10001010
Octal 276 305 212
Decimal 190 197 138
Hex BE C5 8A

RGB Percentages of Color #bec58a

%36.19
%37.52
%26.29

CMYK Percentages of Color #bec58a

%4
%0
%30
%23

Triadic Colors of #bec58a

#bec58a #8abec5 #c58abe

Analogous Colors of #bec58a

#bec58a #a1c58a #c5af8a

Monochromatic Colors of #bec58a

#bec58a

Complementary Color

#bec58a #918ac5

#bec58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec58a Color CSS Codes

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

#bec58a Text Font Color

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

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


#bec58a Background Color

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

This div background color is #bec58a


#bec58a Border Color

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

This div border color is #bec58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec58a


Comments

No comments written yet.

Please login to write comment.