Color Hex Logo

#bec96e Color Hex

#BEC96E
(190,201,110)
0 Favorites   0 Comments

Color spaces of #bec96e

RGB 190201110
HSL0.190.460.61
HSV67°45°79°
CMYK 0.050.000.45   0.21
XYZ44.936353.846222.7768
Yxy53.84620.36970.4430
Hunter Lab73.3800-19.105432.9626
CIE-Lab78.3720-17.261843.9856

#bec96e color RGB value is (190,201,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001001 01101110
Octal 276 311 156
Decimal 190 201 110
Hex BE C9 6E

RGB Percentages of Color #bec96e

%37.92
%40.12
%21.96

CMYK Percentages of Color #bec96e

%5
%0
%45
%21

Triadic Colors of #bec96e

#bec96e #6ebec9 #c96ebe

Analogous Colors of #bec96e

#bec96e #91c96e #c9a76e

Monochromatic Colors of #bec96e

#bec96e

Complementary Color

#bec96e #796ec9

#bec96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec96e Color CSS Codes

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

#bec96e Text Font Color

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

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


#bec96e Background Color

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

This div background color is #bec96e


#bec96e Border Color

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

This div border color is #bec96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec96e


Comments

No comments written yet.

Please login to write comment.