Color Hex Logo

#bec791 Color Hex

#BEC791
(190,199,145)
0 Favorites   0 Comments

Color spaces of #bec791

RGB 190199145
HSL0.190.330.67
HSV70°27°78°
CMYK 0.050.000.27   0.22
XYZ46.769553.838334.7149
Yxy53.83830.34560.3979
Hunter Lab73.3746-14.628323.3110
CIE-Lab78.3674-12.015526.0715

#bec791 color RGB value is (190,199,145).

#bec791 hex color red value is 190, green value is 199 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bec791 hue: 0.19 , saturation: 0.33 and the lightness value of bec791 is 0.67.

The process color (four color CMYK) of #bec791 color hex is 0.05, 0.00, 0.27, 0.22. Web safe color of #bec791 is #cccc99. Color #bec791 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000111 10010001
Octal 276 307 221
Decimal 190 199 145
Hex BE C7 91

RGB Percentages of Color #bec791

%35.58
%37.27
%27.15

CMYK Percentages of Color #bec791

%5
%0
%27
%22

Triadic Colors of #bec791

#bec791 #91bec7 #c791be

Analogous Colors of #bec791

#bec791 #a3c791 #c7b591

Monochromatic Colors of #bec791

#bec791

Complementary Color

#bec791 #9a91c7

#bec791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec791 Color CSS Codes

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

#bec791 Text Font Color

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

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


#bec791 Background Color

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

This div background color is #bec791


#bec791 Border Color

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

This div border color is #bec791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec791


Comments

No comments written yet.

Please login to write comment.