Color Hex Logo

#bec160 Color Hex

#BEC160
(190,193,96)
0 Favorites   0 Comments

Color spaces of #bec160

RGB 19019396
HSL0.170.440.57
HSV62°50°76°
CMYK 0.020.000.50   0.24
XYZ42.416549.931618.4685
Yxy49.93160.38280.4506
Hunter Lab70.6623-16.510733.9674
CIE-Lab76.0273-14.576547.9576

#bec160 color RGB value is (190,193,96).

#bec160 hex color red value is 190, green value is 193 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bec160 hue: 0.17 , saturation: 0.44 and the lightness value of bec160 is 0.57.

The process color (four color CMYK) of #bec160 color hex is 0.02, 0.00, 0.50, 0.24. Web safe color of #bec160 is #cccc66. Color #bec160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 01100000
Octal 276 301 140
Decimal 190 193 96
Hex BE C1 60

RGB Percentages of Color #bec160

%39.67
%40.29
%20.04

CMYK Percentages of Color #bec160

%2
%0
%50
%24

Triadic Colors of #bec160

#bec160 #60bec1 #c160be

Analogous Colors of #bec160

#bec160 #8ec160 #c19460

Monochromatic Colors of #bec160

#bec160

Complementary Color

#bec160 #6360c1

#bec160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec160 Color CSS Codes

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

#bec160 Text Font Color

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

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


#bec160 Background Color

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

This div background color is #bec160


#bec160 Border Color

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

This div border color is #bec160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec160


Comments

No comments written yet.

Please login to write comment.