Color Hex Logo

#bec591 Color Hex

#BEC591
(190,197,145)
0 Favorites   0 Comments

Color spaces of #bec591

RGB 190197145
HSL0.190.310.67
HSV68°26°77°
CMYK 0.040.000.26   0.23
XYZ46.312352.924034.5625
Yxy52.92400.34610.3955
Hunter Lab72.7489-13.676622.7559
CIE-Lab77.8301-10.990325.3455

#bec591 color RGB value is (190,197,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000101 10010001
Octal 276 305 221
Decimal 190 197 145
Hex BE C5 91

RGB Percentages of Color #bec591

%35.71
%37.03
%27.26

CMYK Percentages of Color #bec591

%4
%0
%26
%23

Triadic Colors of #bec591

#bec591 #91bec5 #c591be

Analogous Colors of #bec591

#bec591 #a4c591 #c5b291

Monochromatic Colors of #bec591

#bec591

Complementary Color

#bec591 #9891c5

#bec591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec591 Color CSS Codes

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

#bec591 Text Font Color

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

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


#bec591 Background Color

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

This div background color is #bec591


#bec591 Border Color

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

This div border color is #bec591


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,197,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 #bec591">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec591


Comments

No comments written yet.

Please login to write comment.