Color Hex Logo

#bec560 Color Hex

#BEC560
(190,197,96)
0 Favorites   0 Comments

Color spaces of #bec560

RGB 19019796
HSL0.180.470.57
HSV64°51°77°
CMYK 0.040.000.51   0.23
XYZ43.312851.724218.7673
Yxy51.72420.38060.4545
Hunter Lab71.9195-18.359434.8720
CIE-Lab77.1156-16.595149.2402

#bec560 color RGB value is (190,197,96).

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

The process color (four color CMYK) of #bec560 color hex is 0.04, 0.00, 0.51, 0.23. Web safe color of #bec560 is #cccc66. Color #bec560 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000101 01100000
Octal 276 305 140
Decimal 190 197 96
Hex BE C5 60

RGB Percentages of Color #bec560

%39.34
%40.79
%19.88

CMYK Percentages of Color #bec560

%4
%0
%51
%23

Triadic Colors of #bec560

#bec560 #60bec5 #c560be

Analogous Colors of #bec560

#bec560 #8cc560 #c59a60

Monochromatic Colors of #bec560

#bec560

Complementary Color

#bec560 #6760c5

#bec560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec560 Color CSS Codes

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

#bec560 Text Font Color

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

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


#bec560 Background Color

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

This div background color is #bec560


#bec560 Border Color

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

This div border color is #bec560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec560


Comments

No comments written yet.

Please login to write comment.