Color Hex Logo

#bec97a Color Hex

#BEC97A
(190,201,122)
0 Favorites   0 Comments

Color spaces of #bec97a

RGB 190201122
HSL0.190.420.63
HSV68°39°79°
CMYK 0.050.000.39   0.21
XYZ45.634754.125626.4544
Yxy54.12560.36160.4288
Hunter Lab73.5701-18.026230.1795
CIE-Lab78.5349-15.956638.1928

#bec97a color RGB value is (190,201,122).

#bec97a hex color red value is 190, green value is 201 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bec97a hue: 0.19 , saturation: 0.42 and the lightness value of bec97a is 0.63.

The process color (four color CMYK) of #bec97a color hex is 0.05, 0.00, 0.39, 0.21. Web safe color of #bec97a is #cccc66. Color #bec97a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001001 01111010
Octal 276 311 172
Decimal 190 201 122
Hex BE C9 7A

RGB Percentages of Color #bec97a

%37.04
%39.18
%23.78

CMYK Percentages of Color #bec97a

%5
%0
%39
%21

Triadic Colors of #bec97a

#bec97a #7abec9 #c97abe

Analogous Colors of #bec97a

#bec97a #97c97a #c9ad7a

Monochromatic Colors of #bec97a

#bec97a

Complementary Color

#bec97a #857ac9

#bec97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec97a Color CSS Codes

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

#bec97a Text Font Color

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

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


#bec97a Background Color

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

This div background color is #bec97a


#bec97a Border Color

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

This div border color is #bec97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec97a


Comments

No comments written yet.

Please login to write comment.